#include <tinystr.h>
Public Member Functions | |
TiXmlOutStream & | operator<< (const TiXmlString &in) |
TiXmlOutStream & | operator<< (const char *in) |
Public Member Functions inherited from RTT::marsh::TiXmlString | |
TiXmlString & | append (const char *str, size_type len) |
TiXmlString & | assign (const char *str, size_type len) |
const char & | at (size_type index) const |
const char * | c_str () const |
size_type | capacity () const |
void | clear () |
const char * | data () const |
bool | empty () const |
size_type | find (char lookup) const |
size_type | find (char tofind, size_type offset) const |
size_type | length () const |
TiXmlString & | operator+= (const char *suffix) |
TiXmlString & | operator+= (char single) |
TiXmlString & | operator+= (const TiXmlString &suffix) |
TiXmlString & | operator= (const char *copy) |
TiXmlString & | operator= (const TiXmlString ©) |
char & | operator[] (size_type index) const |
void | reserve (size_type cap) |
size_type | size () const |
void | swap (TiXmlString &other) |
TiXmlString () | |
TiXmlString (const TiXmlString ©) | |
TIXML_EXPLICIT | TiXmlString (const char *copy) |
TIXML_EXPLICIT | TiXmlString (const char *str, size_type len) |
~TiXmlString () | |
Additional Inherited Members | |
Public Types inherited from RTT::marsh::TiXmlString | |
typedef size_t | size_type |
Static Public Attributes inherited from RTT::marsh::TiXmlString | |
static const size_type | npos = static_cast< size_type >(-1) |
|
inline |
|
inline |