#include <tinystr.h>
◆ anonymous enum
◆ TiXmlString() [1/3]
TiXmlString::TiXmlString |
( |
const char * |
instring | ) |
|
◆ TiXmlString() [2/3]
TiXmlString::TiXmlString |
( |
| ) |
|
|
inline |
◆ TiXmlString() [3/3]
◆ ~ TiXmlString()
◆ c_str()
const char* TiXmlString::c_str |
( |
| ) |
const |
|
inline |
References allocated, and cstring.
Referenced by append(), TiXmlNode::CopyTo(), TiXmlDocument::CopyTo(), TiXmlAttribute::DoubleValue(), TiXmlAttribute::IntValue(), TiXmlDocument::LoadFile(), TiXmlOutStream::operator<<(), operator=(), TiXmlElement::Print(), TiXmlComment::Print(), TiXmlDeclaration::Print(), TiXmlUnknown::Print(), TiXmlAttribute::QueryDoubleValue(), TiXmlAttribute::QueryIntValue(), and TiXmlNode::Value().
◆ length()
unsigned TiXmlString::length |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
void TiXmlString::operator= |
( |
const char * |
content | ) |
|
◆ operator=() [2/2]
void TiXmlString::operator= |
( |
const TiXmlString & |
copy | ) |
|
◆ operator+=() [1/3]
TiXmlString& TiXmlString::operator+= |
( |
const char * |
suffix | ) |
|
|
inline |
◆ operator+=() [2/3]
◆ operator+=() [3/3]
◆ operator==()
bool TiXmlString::operator== |
( |
const TiXmlString & |
compare | ) |
const |
◆ operator<()
bool TiXmlString::operator< |
( |
const TiXmlString & |
compare | ) |
const |
◆ operator>()
bool TiXmlString::operator> |
( |
const TiXmlString & |
compare | ) |
const |
◆ empty()
bool TiXmlString::empty |
( |
void |
| ) |
const |
|
inline |
◆ at()
const char& TiXmlString::at |
( |
unsigned |
index | ) |
const |
|
inline |
◆ find() [1/2]
unsigned TiXmlString::find |
( |
char |
lookup | ) |
const |
|
inline |
◆ find() [2/2]
unsigned TiXmlString::find |
( |
char |
tofind, |
|
|
unsigned |
offset |
|
) |
| const |
◆ reserve()
void TiXmlString::reserve |
( |
unsigned |
size | ) |
|
|
inline |
◆ operator[]()
char& TiXmlString::operator[] |
( |
unsigned |
index | ) |
const |
|
inline |
◆ append() [1/4]
void TiXmlString::append |
( |
const char * |
str, |
|
|
int |
len |
|
) |
| |
◆ assign_new_size()
unsigned TiXmlString::assign_new_size |
( |
unsigned |
minimum_to_allocate | ) |
|
|
inlineprotected |
◆ empty_it()
void TiXmlString::empty_it |
( |
| ) |
|
|
inlineprotected |
◆ append() [2/4]
void TiXmlString::append |
( |
const char * |
suffix | ) |
|
|
protected |
◆ append() [3/4]
◆ append() [4/4]
void TiXmlString::append |
( |
char |
single | ) |
|
|
inlineprotected |
◆ cstring
char* TiXmlString::cstring |
|
protected |
Referenced by append(), at(), c_str(), empty_it(), find(), operator<(), operator=(), operator==(), operator>(), operator[](), reserve(), and TiXmlString().
◆ allocated
unsigned TiXmlString::allocated |
|
protected |
◆ current_length
unsigned TiXmlString::current_length |
|
protected |
The documentation for this class was generated from the following files: