Public Member Functions | |
TableIndices () | |
TableIndices (const unsigned int index1) |
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.
TableIndices< 1 >::TableIndices | ( | ) | [inline] |
Default constructor. Set all indices to zero.
TableIndices< 1 >::TableIndices | ( | const unsigned int | index1 | ) | [inline] |
Constructor. Set indices to the given values.