
Public Member Functions | |
| TableIndices () | |
| TableIndices (const unsigned int index1) | |
Array of indices of fixed size used for the TableBase class.
This is the specialization for a one-dimensional table, i.e. a vector. This class only differs in the non-default constructors from the other specializations. Actual storage of and access to data is done by the TableIndicesBase base class of a specializations.
Definition at line 134 of file table_indices.h.
| TableIndices< 1 >::TableIndices | ( | ) | [inline] |
Default constructor. Set all indices to zero.
Definition at line 505 of file table_indices.h.
| TableIndices< 1 >::TableIndices | ( | const unsigned int | index1 ) | [inline] |
Constructor. Set indices to the given values.
Definition at line 513 of file table_indices.h.
documentation generated on Fri Feb 3 2012 06:04:12 by
doxygen
1.7.2