MythTV
master
|
#include "Variables.h"
#include <cstdio>
#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 : std::uint8_t { TC_Equal = 1, TC_NotEqual, TC_Less, TC_LessOrEqual, TC_Greater, TC_GreaterOrEqual } |
Functions | |
static const char * | TestToText (int tc) |
enum TestCodes : std::uint8_t |
Enumerator | |
---|---|
TC_Equal | |
TC_NotEqual | |
TC_Less | |
TC_LessOrEqual | |
TC_Greater | |
TC_GreaterOrEqual |
Definition at line 33 of file Variables.cpp.
|
static |
Definition at line 35 of file Variables.cpp.
Referenced by MHBooleanVar::TestVariable(), MHIntegerVar::TestVariable(), and MHOctetStrVar::TestVariable().