16 explicit DataLoader(
const bool VERBOSE_MODE =
false ) : m_verbose( VERBOSE_MODE ) {}
19 virtual ~DataLoader() =
default;
25 inline bool isVerbose()
const {
return m_verbose; }
27 inline void setVerbose(
const bool VERBOSE_MODE ) { m_verbose = VERBOSE_MODE; }
hepler function to manage enum as underlying types in VariableSet