
Private Member Functions | |
| TableIndices () | |
| TableIndices (...) | |
Array of indices of fixed size used for the TableBase class.
This is the general template, and has no implementation. There are a number of specializations that are actually implemented (one for each used value of N), which only differ in the way they implement their constructors (they take N arguments, something that cannot be represented by a general template). Actual storage of and access to data is done by the TableIndicesBase base class of a specializations.
Definition at line 102 of file table_indices.h.
| TableIndices< N >::TableIndices | ( | ) | [private] |
Standard constructor, setting all indices to zero.
| TableIndices< N >::TableIndices | ( | ... ) | [private] |
The actual constructor, taking N arguments of type unsigned int to initialize the index object.
documentation generated on Fri Feb 3 2012 06:04:12 by
doxygen
1.7.2