#include <GB_GenericDataIndex.h>
Public Member Functions | |
| bool | isValid () const |
| const GB_GenericDataIndex & | operator++ () const |
| Increment to the next index. | |
| GB_GenericDataIndex & | operator++ () |
| void | setF (fpreal val) |
| Data accessors. | |
| fpreal | getF () const |
| void | setI (int val) |
| int | getI () const |
Friends | |
| class | GB_GenericData |
Definition at line 42 of file GB_GenericDataIndex.h.
| fpreal GB_GenericDataIndex::getF | ( | ) | const |
| int GB_GenericDataIndex::getI | ( | ) | const |
| bool GB_GenericDataIndex::isValid | ( | ) | const |
Returns true if this index represents a valid index in the data and false otherwise.
| GB_GenericDataIndex& GB_GenericDataIndex::operator++ | ( | ) |
| const GB_GenericDataIndex& GB_GenericDataIndex::operator++ | ( | ) | const |
Increment to the next index.
| void GB_GenericDataIndex::setF | ( | fpreal | val | ) |
Data accessors.
| void GB_GenericDataIndex::setI | ( | int | val | ) |
friend class GB_GenericData [friend] |
Definition at line 96 of file GB_GenericDataIndex.h.
1.5.9