IIndexMapSet Class Referenceabstract

Interface to a set of index map objects. More...

#include "IIndexMapSet.hpp"

+ Inheritance diagram for IIndexMapSet:

Public Types

typedef ConstIterator< IIndexMapconst_iterator
 

Public Member Functions

virtual int64_t size () const =0
 size of index map set
 
virtual IIndexMapoperator[] (const int id)=0
 access index map
 
virtual const IIndexMapoperator[] (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 ()
 

Detailed Description

Interface to a set of index map objects.