bool. More...#include <xsi_iceattributedataarray.h>
Public Member Functions |
|
| CICEAttributeDataArray () | |
| ~CICEAttributeDataArray () | |
| const bool | operator[] (ULONG in_index) const |
| ULONG | GetCount () const |
bool.
| CICEAttributeDataArray | ( | ) | [inline] |
Constructor.
| ~CICEAttributeDataArray | ( | ) | [inline] |
Destructor.
| const bool operator[] | ( | ULONG | in_index | ) | const [inline] |
Accessor to the bool array. This operator is called when reading the data so the return value is read-only.
| in_index | Index in the array. The index must be smaller than the number of elements in the array, otherwise the results are unpredictable. |
| ULONG GetCount | ( | void | ) | const [inline] |
Accessor to the number of elements in the array.