docs/html/classtinyxml2_1_1StrPair.html
| | Jetson Inference
DNN Vision Library |
Public Types | Public Member Functions | List of all members
tinyxml2::StrPair Class Reference
#include <xml.h>
|
|
| enum | {
NEEDS_ENTITY_PROCESSING = 0x01, NEEDS_NEWLINE_NORMALIZATION = 0x02, NEEDS_WHITESPACE_COLLAPSING = 0x04, TEXT_ELEMENT = NEEDS_ENTITY_PROCESSING | NEEDS_NEWLINE_NORMALIZATION,
TEXT_ELEMENT_LEAVE_ENTITIES = NEEDS_NEWLINE_NORMALIZATION, ATTRIBUTE_NAME = 0, ATTRIBUTE_VALUE = NEEDS_ENTITY_PROCESSING | NEEDS_NEWLINE_NORMALIZATION, ATTRIBUTE_VALUE_LEAVE_ENTITIES = NEEDS_NEWLINE_NORMALIZATION,
COMMENT = NEEDS_NEWLINE_NORMALIZATION
} |
| |
|
| | | StrPair () | | | | | ~StrPair () | | | | void | Set (char *start, char *end, int flags) | | | | const char * | GetStr () | | | | bool | Empty () const | | | | void | SetInternedStr (const char *str) | | | | void | SetStr (const char *str, int flags=0) | | | | char * | ParseText (char *in, const char *endTag, int strFlags, int *curLineNumPtr) | | | | char * | ParseName (char *in) | | | | void | TransferTo (StrPair *other) | | | | void | Reset () | | |
| 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 |
|
| tinyxml2::StrPair::StrPair | ( | | ) | |
| inline |
| tinyxml2::StrPair::~StrPair | ( | | ) | |
|
| bool tinyxml2::StrPair::Empty | ( | | ) | const |
| inline |
| const char* tinyxml2::StrPair::GetStr | ( | | ) | |
| 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 | ) | |
The documentation for this class was generated from the following file: