|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Classes | |
| class | catapult::model::EntityRange< TEntity > |
| Represents a range of entities. More... | |
| class | catapult::model::EntityRange< TEntity >::SubRange |
| class | catapult::model::EntityRange< TEntity >::SingleBufferRange |
| class | catapult::model::EntityRange< TEntity >::SingleEntityRange |
| class | catapult::model::EntityRange< TEntity >::MultiBufferRange |
| class | catapult::model::EntityRange< TEntity >::iterator< TIterator, TIteratorEntity > |
| Entity range iterator. More... | |
Namespaces | |
| catapult | |
| catapult::model | |
Functions | |
| template<typename TEntity > | |
| size_t | catapult::model::FindFirstDifferenceIndex (const EntityRange< TEntity > &lhs, const EntityRange< TEntity > &rhs) |
| Compares two entity ranges (lhs and rhs) and returns the index of the first non-equal element. More... | |