Darwin
1.10(beta)
|
iterator for indexing entries in the tables More...
Public Member Functions | |
iterator & | operator= (const iterator &it) |
bool | operator== (const iterator &it) const |
bool | operator!= (const iterator &it) const |
bool | operator< (const iterator &it) const |
bool | operator> (const iterator &it) const |
bool | operator<= (const iterator &it) const |
bool | operator>= (const iterator &it) const |
const int & | operator* () const |
iterator & | operator++ () |
iterator & | operator-- () |
iterator | operator++ (int) |
iterator | operator-- (int) |
const int & | operator[] (int n) const |
Protected Member Functions | |
iterator (const drwnTableFactorMapping &m) | |
iterator (const drwnTableFactorMapping &m, size_t indx) | |
Protected Attributes | |
const drwnTableFactorMapping * | _owner |
the factor mapping that owns this iterator | |
int | _dstIndx |
current index into the target table | |
int | _srcIndx |
current index into the source table | |
vector< int > | _assignment |
current assignement to the variables in the target table | |
Friends | |
class | drwnTableFactorMapping |
iterator for indexing entries in the tables