|
MythTV master
|
#include "ParseText.h"#include <cstdlib>#include "ParseNode.h"#include "BaseClasses.h"#include "ASN1Codes.h"#include "Root.h"#include "Groups.h"#include <cctype>#include "Ingredients.h"#include "Text.h"#include "Engine.h"#include "Logging.h"Go to the source code of this file.
Classes | |
| struct | colourTable |
Macros | |
| #define | stricmp strcasecmp |
Functions | |
| static int | FindTag (const QString &str) |
Variables | |
| static constexpr size_t | MAX_TAG_LENGTH { 30 } |
| const std::array< const QString, 253 > | rchTagNames |
| static std::array< const struct colourTable, 13 > | colourTable |
| static constexpr size_t | MAX_ENUM { 30 } |
| #define stricmp strcasecmp |
Definition at line 44 of file ParseText.cpp.
|
static |
Definition at line 358 of file ParseText.cpp.
Referenced by MHParseText::NextSym().
|
static |
Definition at line 339 of file ParseText.cpp.
|
staticconstexpr |
Definition at line 376 of file ParseText.cpp.
Referenced by MHParseText::NextSym().
|
staticconstexpr |
Definition at line 71 of file ParseText.cpp.
Referenced by MHParseText::NextSym().
| const std::array<const QString,253> rchTagNames |
Definition at line 74 of file ParseText.cpp.
Referenced by FindTag().