#include <tinystr.h>
List of all members.
Public Types
Public Member Functions
Protected Member Functions
Protected Attributes
Member Enumeration Documentation
Constructor & Destructor Documentation
TiXmlString::TiXmlString |
( |
const char * |
instring |
) |
|
TiXmlString::TiXmlString |
( |
|
) |
[inline] |
TiXmlString::~TiXmlString |
( |
|
) |
[inline] |
Member Function Documentation
const char* TiXmlString::c_str |
( |
|
) |
const [inline] |
References allocated, and cstring.
Referenced by append(), TiXmlDocument::CopyTo(), TiXmlNode::CopyTo(), TiXmlAttribute::DoubleValue(), TiXmlDeclaration::Encoding(), TiXmlDocument::ErrorDesc(), TiXmlAttribute::IntValue(), TiXmlDocument::LoadFile(), TiXmlAttribute::Name(), TiXmlOutStream::operator<<(), operator=(), TiXmlUnknown::Print(), TiXmlDeclaration::Print(), TiXmlComment::Print(), TiXmlElement::Print(), TiXmlAttribute::QueryDoubleValue(), TiXmlAttribute::QueryIntValue(), TiXmlDeclaration::Standalone(), TiXmlAttribute::Value(), TiXmlNode::Value(), and TiXmlDeclaration::Version().
unsigned TiXmlString::length |
( |
|
) |
const [inline] |
void TiXmlString::operator= |
( |
const char * |
content |
) |
|
void TiXmlString::operator= |
( |
const TiXmlString & |
copy |
) |
|
TiXmlString& TiXmlString::operator+= |
( |
const char * |
suffix |
) |
[inline] |
TiXmlString& TiXmlString::operator+= |
( |
char |
single |
) |
[inline] |
bool TiXmlString::operator== |
( |
const TiXmlString & |
compare |
) |
const |
bool TiXmlString::operator< |
( |
const TiXmlString & |
compare |
) |
const |
bool TiXmlString::operator> |
( |
const TiXmlString & |
compare |
) |
const |
bool TiXmlString::empty |
( |
|
) |
const [inline] |
const char& TiXmlString::at |
( |
unsigned |
index |
) |
const [inline] |
unsigned TiXmlString::find |
( |
char |
lookup |
) |
const [inline] |
unsigned TiXmlString::find |
( |
char |
tofind, |
|
|
unsigned |
offset | |
|
) |
| | const |
void TiXmlString::reserve |
( |
unsigned |
size |
) |
[inline] |
char& TiXmlString::operator[] |
( |
unsigned |
index |
) |
const [inline] |
void TiXmlString::append |
( |
const char * |
str, |
|
|
int |
len | |
|
) |
| | |
unsigned TiXmlString::assign_new_size |
( |
unsigned |
minimum_to_allocate |
) |
[inline, protected] |
void TiXmlString::empty_it |
( |
|
) |
[inline, protected] |
void TiXmlString::append |
( |
const char * |
suffix |
) |
[protected] |
void TiXmlString::append |
( |
const TiXmlString & |
suffix |
) |
[inline, protected] |
void TiXmlString::append |
( |
char |
single |
) |
[inline, protected] |
Member Data Documentation
Referenced by append(), at(), c_str(), empty_it(), find(), operator<(), operator=(), operator==(), operator>(), operator[](), reserve(), and TiXmlString().
The documentation for this class was generated from the following files: