#include <tinyxml2.h>
◆ anonymous enum
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 | |
◆ anonymous enum
Enumerator |
---|
NEEDS_FLUSH | |
NEEDS_DELETE | |
◆ StrPair() [1/2]
tinyxml2::StrPair::StrPair |
( |
| ) |
|
|
inline |
◆ ~StrPair()
tinyxml2::StrPair::~StrPair |
( |
| ) |
|
◆ StrPair() [2/2]
tinyxml2::StrPair::StrPair |
( |
const StrPair & | other | ) |
|
|
private |
◆ CollapseWhitespace()
void tinyxml2::StrPair::CollapseWhitespace |
( |
| ) |
|
|
private |
◆ Empty()
bool tinyxml2::StrPair::Empty |
( |
| ) |
const |
|
inline |
◆ GetStr()
const char * tinyxml2::StrPair::GetStr |
( |
| ) |
|
◆ operator=()
void tinyxml2::StrPair::operator= |
( |
const StrPair & | other | ) |
|
|
private |
◆ ParseName()
char * tinyxml2::StrPair::ParseName |
( |
char * | in | ) |
|
◆ ParseText()
char * tinyxml2::StrPair::ParseText |
( |
char * | in, |
|
|
const char * | endTag, |
|
|
int | strFlags, |
|
|
int * | curLineNumPtr ) |
◆ Reset()
void tinyxml2::StrPair::Reset |
( |
| ) |
|
◆ Set()
void tinyxml2::StrPair::Set |
( |
char * | start, |
|
|
char * | end, |
|
|
int | flags ) |
|
inline |
◆ SetInternedStr()
void tinyxml2::StrPair::SetInternedStr |
( |
const char * | str | ) |
|
|
inline |
◆ SetStr()
void tinyxml2::StrPair::SetStr |
( |
const char * | str, |
|
|
int | flags = 0 ) |
◆ TransferTo()
void tinyxml2::StrPair::TransferTo |
( |
StrPair * | other | ) |
|
◆ _end
char* tinyxml2::StrPair::_end |
|
private |
◆ _flags
int tinyxml2::StrPair::_flags |
|
private |
◆ _start
char* tinyxml2::StrPair::_start |
|
private |
The documentation for this class was generated from the following files:
- C:/Data/Git/MeLOn/feedforward neural network/model/dep/tinyxml2/inc/tinyxml2.h
- C:/Data/Git/MeLOn/feedforward neural network/model/dep/tinyxml2/src/tinyxml2.cpp