#include <tinyxml2.h>
Definition at line 125 of file tinyxml2.h.
Enumerator |
---|
NEEDS_ENTITY_PROCESSING |
|
NEEDS_NEWLINE_NORMALIZATION |
|
NEEDS_WHITESPACE_COLLAPSING |
|
TEXT_ELEMENT |
|
TEXT_ELEMENT_LEAVE_ENTITIES |
|
ATTRIBUTE_NAME |
|
ATTRIBUTE_VALUE |
|
ATTRIBUTE_VALUE_LEAVE_ENTITIES |
|
COMMENT |
|
Definition at line 128 of file tinyxml2.h.
Enumerator |
---|
NEEDS_FLUSH |
|
NEEDS_DELETE |
|
Definition at line 175 of file tinyxml2.h.
tinyxml2::StrPair::StrPair |
( |
| ) |
|
|
inline |
tinyxml2::StrPair::~StrPair |
( |
| ) |
|
tinyxml2::StrPair::StrPair |
( |
const StrPair & |
other | ) |
|
|
private |
void tinyxml2::StrPair::CollapseWhitespace |
( |
| ) |
|
|
private |
bool tinyxml2::StrPair::Empty |
( |
| ) |
const |
|
inline |
const char * tinyxml2::StrPair::GetStr |
( |
| ) |
|
void tinyxml2::StrPair::operator= |
( |
StrPair & |
other | ) |
|
|
private |
char * tinyxml2::StrPair::ParseName |
( |
char * |
in | ) |
|
char * tinyxml2::StrPair::ParseText |
( |
char * |
in, |
|
|
const char * |
endTag, |
|
|
int |
strFlags, |
|
|
int * |
curLineNumPtr |
|
) |
| |
void tinyxml2::StrPair::Reset |
( |
| ) |
|
void tinyxml2::StrPair::Set |
( |
char * |
start, |
|
|
char * |
end, |
|
|
int |
flags |
|
) |
| |
|
inline |
void tinyxml2::StrPair::SetInternedStr |
( |
const char * |
str | ) |
|
|
inline |
void tinyxml2::StrPair::SetStr |
( |
const char * |
str, |
|
|
int |
flags = 0 |
|
) |
| |
void tinyxml2::StrPair::TransferTo |
( |
StrPair * |
other | ) |
|
char* tinyxml2::StrPair::_end |
|
private |
int tinyxml2::StrPair::_flags |
|
private |
char* tinyxml2::StrPair::_start |
|
private |
The documentation for this class was generated from the following files: