#include <QuantityCluster.h>
Static Public Member Functions | |
static void | loadVec (QuantityVectorTuple< L > &tuple, Archive &ar, int &_size) |
helper class; recurse through the elements of the Tuple and load each one; must check the size of the retrieved vector in order to assure that all vectors in the tuple have the same number of elements; _size is provided by the calling code; if the size of one of the vectors is different from _size, a VectorSizeError exception is thrown.
Definition at line 660 of file QuantityCluster.h.
static void quantity::LoadVec< N, L, Archive >::loadVec | ( | QuantityVectorTuple< L > & | tuple, | |
Archive & | ar, | |||
int & | _size | |||
) | [inline, static] |
Definition at line 664 of file QuantityCluster.h.