|
Safir SDK Core
|
A STL conformant forward iterator used to traverse entity instances. More...
#include <Safir/Dob/EntityIterator.h>


Public Member Functions | |
| DOSE_CPP_API | EntityIterator () |
| Constructs an "end" iterator. More... | |
| DOSE_CPP_API | EntityIterator (const EntityIterator &other) |
| Copy Constructor. More... | |
| DOSE_CPP_API | ~EntityIterator () |
| Destructor. More... | |
| DOSE_CPP_API EntityIterator & | operator= (const EntityIterator &other) |
| Copy assignment operator. More... | |
Friends | |
| class | boost::iterator_core_access |
| class | ConnectionBase |
A STL conformant forward iterator used to traverse entity instances.
| DOSE_CPP_API Safir::Dob::EntityIterator::EntityIterator | ( | ) |
Constructs an "end" iterator.
| DOSE_CPP_API Safir::Dob::EntityIterator::EntityIterator | ( | const EntityIterator & | other | ) |
Copy Constructor.
| DOSE_CPP_API Safir::Dob::EntityIterator::~EntityIterator | ( | ) |
Destructor.
| DOSE_CPP_API EntityIterator& Safir::Dob::EntityIterator::operator= | ( | const EntityIterator & | other | ) |
Copy assignment operator.
|
friend |
|
friend |