TiXmlString Class Reference

#include <tinystr.h>

Inheritance diagram for TiXmlString:

TiXmlOutStream

List of all members.

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 = static_cast< TiXmlString::size_type >(-1)

Classes

struct  Rep


Member Typedef Documentation

typedef size_t TiXmlString::size_type


Constructor & Destructor Documentation

TiXmlString::TiXmlString (  )  [inline]

TiXmlString::TiXmlString ( const TiXmlString copy  )  [inline]

TIXML_EXPLICIT TiXmlString::TiXmlString ( const char *  copy  )  [inline]

TIXML_EXPLICIT TiXmlString::TiXmlString ( const char *  str,
size_type  len 
) [inline]

TiXmlString::~TiXmlString (  )  [inline]


Member Function Documentation

TiXmlString& TiXmlString::operator= ( const char *  copy  )  [inline]

TiXmlString& TiXmlString::operator= ( const TiXmlString copy  )  [inline]

TiXmlString& TiXmlString::operator+= ( const char *  suffix  )  [inline]

TiXmlString& TiXmlString::operator+= ( char  single  )  [inline]

TiXmlString& TiXmlString::operator+= ( const TiXmlString suffix  )  [inline]

const char* TiXmlString::c_str (  )  const [inline]

const char* TiXmlString::data (  )  const [inline]

size_type TiXmlString::length (  )  const [inline]

size_type TiXmlString::size (  )  const [inline]

bool TiXmlString::empty (  )  const [inline]

size_type TiXmlString::capacity (  )  const [inline]

const char& TiXmlString::at ( size_type  index  )  const [inline]

char& TiXmlString::operator[] ( size_type  index  )  const [inline]

size_type TiXmlString::find ( char  lookup  )  const [inline]

size_type TiXmlString::find ( char  tofind,
size_type  offset 
) const [inline]

void TiXmlString::clear (  )  [inline]

void TiXmlString::reserve ( size_type  cap  ) 

TiXmlString & TiXmlString::assign ( const char *  str,
size_type  len 
)

TiXmlString & TiXmlString::append ( const char *  str,
size_type  len 
)

void TiXmlString::swap ( TiXmlString other  )  [inline]


Member Data Documentation

const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1) [static]


The documentation for this class was generated from the following files:
Generated on Thu Dec 9 11:02:48 2010 for NFsim by  doxygen 1.5.4