|
Safir SDK Core
|
A STL conformant forward iterator used to traverse entity instances. More...
#include <Safir/Dob/EntityIterator.h>
Public Member Functions | |
| EntityIterator ()=default | |
| Constructs an "end" iterator. | |
| EntityIterator (const EntityIterator &other)=default | |
| Copy Constructor. | |
| ~EntityIterator ()=default | |
| Destructor. | |
| EntityIterator & | operator= (const EntityIterator &other)=default |
| Copy assignment operator. | |
Friends | |
| class | boost::iterator_core_access |
| class | ConnectionBase |
A STL conformant forward iterator used to traverse entity instances.
|
default |
Constructs an "end" iterator.
Referenced by EntityIterator(), ConnectionBase, and operator=().
|
default |
|
default |
Destructor.
|
default |
|
friend |
References boost::iterator_core_access.
Referenced by boost::iterator_core_access.
|
friend |
References EntityIterator(), and ConnectionBase.
Referenced by ConnectionBase.