Go to the source code of this file.
Enumerations | |
| enum | TestCodes { TC_Equal = 1, TC_NotEqual, TC_Less, TC_LessOrEqual, TC_Greater, TC_GreaterOrEqual } |
Functions | |
| static const char * | TestToText (int tc) |
| enum TestCodes |
Definition at line 31 of file Variables.cpp.
| static const char* TestToText | ( | int | tc | ) | [static] |
Definition at line 33 of file Variables.cpp.
Referenced by MHOctetStrVar::TestVariable(), MHIntegerVar::TestVariable(), and MHBooleanVar::TestVariable().
1.5.5