MythTV
master
|
#include "libmythbase/compat.h"
#include "Variables.h"
#include "Ingredients.h"
#include "Root.h"
#include "BaseClasses.h"
#include "ParseNode.h"
#include "ASN1Codes.h"
#include "Engine.h"
#include "Logging.h"
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 |
Enumerator | |
---|---|
TC_Equal | |
TC_NotEqual | |
TC_Less | |
TC_LessOrEqual | |
TC_Greater | |
TC_GreaterOrEqual |
Definition at line 32 of file Variables.cpp.
|
static |
Definition at line 34 of file Variables.cpp.
Referenced by MHBooleanVar::TestVariable(), MHIntegerVar::TestVariable(), and MHOctetStrVar::TestVariable().