|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Constructor.
| validFlagVals | A container of valid flag string values and the corresponding flag to set. Note - a flag can have multiple bits set. |
| ignoreCase | If set true, all values are converted to upper case before comparing to the possible values. Note we don't convert possible values in validFlagValues so if you set this true, please ensure all your possible values are already upper case. |