omegalib  13.1
omega::xml::TiXmlString Class Reference

#include <tinystr.h>

Public Types

typedef size_t size_type
 

Public Member Functions

 TiXmlString ()
 
 TiXmlString (const TiXmlString &copy)
 
TIXML_EXPLICIT TiXmlString (const char *copy)
 
TIXML_EXPLICIT TiXmlString (const char *str, size_type len)
 
 ~TiXmlString ()
 
TiXmlStringoperator= (const char *copy)
 
TiXmlStringoperator= (const TiXmlString &copy)
 
TiXmlStringoperator+= (const char *suffix)
 
TiXmlStringoperator+= (char single)
 
TiXmlStringoperator+= (const TiXmlString &suffix)
 
const char * c_str () const
 
const char * data () const
 
size_type length () const
 
size_type size () const
 
bool empty () const
 
size_type capacity () const
 
const char & at (size_type index) const
 
char & operator[] (size_type index) const
 
size_type find (char lookup) const
 
size_type find (char tofind, size_type offset) const
 
void clear ()
 
void reserve (size_type cap)
 
TiXmlStringassign (const char *str, size_type len)
 
TiXmlStringappend (const char *str, size_type len)
 
void swap (TiXmlString &other)
 

Static Public Attributes

static const size_type npos
 
+ Inheritance diagram for omega::xml::TiXmlString:

Member Typedef Documentation

Constructor & Destructor Documentation

omega::xml::TiXmlString::TiXmlString ( )
inline
omega::xml::TiXmlString::TiXmlString ( const TiXmlString copy)
inline
TIXML_EXPLICIT omega::xml::TiXmlString::TiXmlString ( const char *  copy)
inline
TIXML_EXPLICIT omega::xml::TiXmlString::TiXmlString ( const char *  str,
size_type  len 
)
inline
omega::xml::TiXmlString::~TiXmlString ( )
inline

Member Function Documentation

TiXmlString& omega::xml::TiXmlString::append ( const char *  str,
size_type  len 
)
TiXmlString& omega::xml::TiXmlString::assign ( const char *  str,
size_type  len 
)
const char& omega::xml::TiXmlString::at ( size_type  index) const
inline
const char* omega::xml::TiXmlString::c_str ( ) const
inline
size_type omega::xml::TiXmlString::capacity ( ) const
inline
void omega::xml::TiXmlString::clear ( )
inline
const char* omega::xml::TiXmlString::data ( ) const
inline
bool omega::xml::TiXmlString::empty ( ) const
inline
size_type omega::xml::TiXmlString::find ( char  lookup) const
inline
size_type omega::xml::TiXmlString::find ( char  tofind,
size_type  offset 
) const
inline
size_type omega::xml::TiXmlString::length ( ) const
inline
TiXmlString& omega::xml::TiXmlString::operator+= ( const char *  suffix)
inline
TiXmlString& omega::xml::TiXmlString::operator+= ( char  single)
inline
TiXmlString& omega::xml::TiXmlString::operator+= ( const TiXmlString suffix)
inline
TiXmlString& omega::xml::TiXmlString::operator= ( const char *  copy)
inline
TiXmlString& omega::xml::TiXmlString::operator= ( const TiXmlString copy)
inline
char& omega::xml::TiXmlString::operator[] ( size_type  index) const
inline
void omega::xml::TiXmlString::reserve ( size_type  cap)
size_type omega::xml::TiXmlString::size ( ) const
inline
void omega::xml::TiXmlString::swap ( TiXmlString other)
inline

Member Data Documentation

const size_type omega::xml::TiXmlString::npos
static

The documentation for this class was generated from the following file: