#include <IndexSet.h>
Public Member Functions | |
CIndexSet (void) | |
Constructor. | |
~CIndexSet (void) | |
Destructor. | |
void | Add (unsigned int nIndex) |
Adds an index. | |
unsigned int & | operator[] (unsigned int nIndex) const |
Retrives an index in the array. | |
unsigned int | size (void) const |
Gets the size. |
---------------------------------------------------------------------------
|
Constructor.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Destructor.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Adds an index.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Retrives an index in the array.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Gets the size.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |