ReactOS 0.4.16-dev-588-gf07ea94
|
Go to the source code of this file.
Classes | |
struct | tinyxml2::Entity |
struct | tinyxml2::LongFitsIntoSizeTMinusOne< bool > |
Namespaces | |
namespace | tinyxml2 |
Macros | |
#define | TIXML_SNPRINTF snprintf |
#define | TIXML_VSNPRINTF vsnprintf |
#define | TIXML_SSCANF sscanf |
Functions | |
static int | TIXML_VSCPRINTF (const char *format, va_list va) |
static FILE * | tinyxml2::callfopen (const char *filepath, const char *mode) |
Variables | |
static const char | LINE_FEED = (char)0x0a |
static const char | LF = LINE_FEED |
static const char | CARRIAGE_RETURN = (char)0x0d |
static const char | CR = CARRIAGE_RETURN |
static const char | SINGLE_QUOTE = '\'' |
static const char | DOUBLE_QUOTE = '\"' |
static const unsigned char | TIXML_UTF_LEAD_0 = 0xefU |
static const unsigned char | TIXML_UTF_LEAD_1 = 0xbbU |
static const unsigned char | TIXML_UTF_LEAD_2 = 0xbfU |
static const int | tinyxml2::NUM_ENTITIES = 5 |
static const Entity | tinyxml2::entities [NUM_ENTITIES] |
Definition at line 92 of file tinyxml2.cpp.
Definition at line 100 of file tinyxml2.cpp.
Definition at line 93 of file tinyxml2.cpp.
Definition at line 94 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::Print().
Definition at line 106 of file tinyxml2.cpp.
|
static |
Definition at line 107 of file tinyxml2.cpp.
Definition at line 109 of file tinyxml2.cpp.
Definition at line 105 of file tinyxml2.cpp.
Definition at line 104 of file tinyxml2.cpp.
Definition at line 108 of file tinyxml2.cpp.
Definition at line 115 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::PushHeader(), and tinyxml2::XMLUtil::ReadBOM().
Definition at line 116 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::PushHeader(), and tinyxml2::XMLUtil::ReadBOM().
Definition at line 117 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::PushHeader(), and tinyxml2::XMLUtil::ReadBOM().