|
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.
|
default |
Copy Constructor.
|
default |
Destructor.
|
default |
Copy assignment operator.
|
friend |
|
friend |