#include <sampling.h>
Public Member Functions | |
template<class EnumThrType> | |
EnumThr (EnumThrType &myETT) | |
void | Test (void) const |
Static Private Member Functions | |
template<class EnumThrType, class ThrIter> | |
static void | EnumTypesIter (EnumThrType &myETT, size_t aThrNb, ThrIter aThrIter) |
rpa::EnumThr::EnumThr | ( | EnumThrType & | myETT | ) | [inline] |
static void rpa::EnumThr::EnumTypesIter | ( | EnumThrType & | myETT, | |
size_t | aThrNb, | |||
ThrIter | aThrIter | |||
) | [inline, static, private] |
void rpa::EnumThr::Test | ( | void | ) | const [inline] |
This is just because some old compilers consider that a variable is unused if only its constructor is called.