Interface to a set of index map objects. More...
#include "IIndexMapSet.hpp"
Inheritance diagram for IIndexMapSet:Public Types | |
| typedef ConstIterator< IIndexMap > | const_iterator |
Public Member Functions | |
| virtual int64_t | size () const =0 |
| size of index map set | |
| virtual IIndexMap & | operator[] (const int id)=0 |
| access index map | |
| virtual const IIndexMap & | operator[] (const int id) const =0 |
| const access index map | |
| virtual const_iterator | beginIndexMap () const =0 |
| virtual const_iterator | endIndexMap () const =0 |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
Interface to a set of index map objects.