31#ifndef STATUS_FLAGS_H_
32#define STATUS_FLAGS_H_
41enum Status {UNKNOWN_ERROR=0, INPUT_ERROR=1, DATA_ERROR=2, METADATA_ERROR=4, OUTPUT_ERROR=8, COMMAND_ERROR=16, PARAMETER_ERROR=32 };
Two-way mapping between strings and objects of template class T.
Definition Dictionary.h:63
Flagger accepting values of enum type E.
Definition EnumFlags.h:190
Definition DataSelector.cpp:1277
Wrapper for unique (static) dictionary of enum values.
Definition EnumFlags.h:66