CatapultServer  v0.5.0.1 (Elephant)
EntityRange.h File Reference
Include dependency graph for EntityRange.h:
This graph shows which files directly or indirectly include this file:

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...