Scheduler
|
#include <tinyxml2.h>
Static Public Member Functions | |
static const char * | SkipWhiteSpace (const char *p) |
static char * | SkipWhiteSpace (char *p) |
static bool | IsWhiteSpace (char p) |
static bool | IsNameStartChar (unsigned char ch) |
static bool | IsNameChar (unsigned char ch) |
static bool | StringEqual (const char *p, const char *q, int nChar=INT_MAX) |
static bool | IsUTF8Continuation (char p) |
static const char * | ReadBOM (const char *p, bool *hasBOM) |
static const char * | GetCharacterRef (const char *p, char *value, int *length) |
static void | ConvertUTF32ToUTF8 (unsigned long input, char *output, int *length) |
static void | ToStr (int v, char *buffer, int bufferSize) |
static void | ToStr (unsigned v, char *buffer, int bufferSize) |
static void | ToStr (bool v, char *buffer, int bufferSize) |
static void | ToStr (float v, char *buffer, int bufferSize) |
static void | ToStr (double v, char *buffer, int bufferSize) |
static void | ToStr (int64_t v, char *buffer, int bufferSize) |
static bool | ToInt (const char *str, int *value) |
static bool | ToUnsigned (const char *str, unsigned *value) |
static bool | ToBool (const char *str, bool *value) |
static bool | ToFloat (const char *str, float *value) |
static bool | ToDouble (const char *str, double *value) |
static bool | ToInt64 (const char *str, int64_t *value) |
Definition at line 539 of file tinyxml2.h.
|
static |
Definition at line 395 of file tinyxml2.cpp.
|
static |
Definition at line 444 of file tinyxml2.cpp.
|
inlinestatic |
Definition at line 571 of file tinyxml2.h.
|
inlinestatic |
Definition at line 560 of file tinyxml2.h.
|
inlinestatic |
Definition at line 588 of file tinyxml2.h.
|
inlinestatic |
Definition at line 556 of file tinyxml2.h.
|
static |
Definition at line 377 of file tinyxml2.cpp.
|
inlinestatic |
Definition at line 542 of file tinyxml2.h.
|
inlinestatic |
Definition at line 550 of file tinyxml2.h.
|
inlinestatic |
Definition at line 578 of file tinyxml2.h.
|
static |
Definition at line 596 of file tinyxml2.cpp.
|
static |
Definition at line 624 of file tinyxml2.cpp.
|
static |
Definition at line 615 of file tinyxml2.cpp.
|
static |
Definition at line 580 of file tinyxml2.cpp.
|
static |
Definition at line 633 of file tinyxml2.cpp.
|
static |
Definition at line 540 of file tinyxml2.cpp.
|
static |
Definition at line 546 of file tinyxml2.cpp.
|
static |
Definition at line 552 of file tinyxml2.cpp.
|
static |
Definition at line 561 of file tinyxml2.cpp.
|
static |
Definition at line 567 of file tinyxml2.cpp.
|
static |
Definition at line 573 of file tinyxml2.cpp.
|
static |
Definition at line 588 of file tinyxml2.cpp.