NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Go to the source code of this file.
Classes | |
struct | tinyxml2::Entity |
Namespaces | |
namespace | tinyxml2 |
Macros | |
#define | TIXML_SNPRINTF snprintf |
#define | TIXML_VSNPRINTF vsnprintf |
#define | TIXML_SSCANF sscanf |
#define | TIXML_FSEEK fseek |
#define | TIXML_FTELL ftell |
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 = static_cast<char>(0x0a) |
static const char | LF = LINE_FEED |
static const char | CARRIAGE_RETURN = static_cast<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] |
#define TIXML_FSEEK fseek |
Definition at line 113 of file tinyxml2.cpp.
#define TIXML_FTELL ftell |
Definition at line 114 of file tinyxml2.cpp.
#define TIXML_SNPRINTF snprintf |
Definition at line 92 of file tinyxml2.cpp.
#define TIXML_SSCANF sscanf |
Definition at line 100 of file tinyxml2.cpp.
#define TIXML_VSNPRINTF vsnprintf |
Definition at line 93 of file tinyxml2.cpp.
|
inlinestatic |
Definition at line 94 of file tinyxml2.cpp.
References date::format(), and TIXMLASSERT.
Referenced by tinyxml2::XMLPrinter::Print().
|
static |
Definition at line 120 of file tinyxml2.cpp.
|
static |
Definition at line 121 of file tinyxml2.cpp.
Referenced by tinyxml2::StrPair::GetStr().
|
static |
Definition at line 123 of file tinyxml2.cpp.
|
static |
Definition at line 119 of file tinyxml2.cpp.
Referenced by tinyxml2::StrPair::GetStr().
|
static |
Definition at line 118 of file tinyxml2.cpp.
|
static |
Definition at line 122 of file tinyxml2.cpp.
|
static |
Definition at line 129 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::PushHeader(), and tinyxml2::XMLUtil::ReadBOM().
|
static |
Definition at line 130 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::PushHeader(), and tinyxml2::XMLUtil::ReadBOM().
|
static |
Definition at line 131 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLPrinter::PushHeader(), and tinyxml2::XMLUtil::ReadBOM().