libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TiXmlString Class Reference

#include <tinystr.h>

Inheritance diagram for TiXmlString:
TiXmlOutStream

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
 

Detailed Description

Definition at line 67 of file tinystr.h.

Member Typedef Documentation

typedef size_t TiXmlString::size_type

Definition at line 71 of file tinystr.h.

Constructor & Destructor Documentation

TiXmlString::TiXmlString ( )
inline

Definition at line 78 of file tinystr.h.

TiXmlString::TiXmlString ( const TiXmlString copy)
inline

Definition at line 83 of file tinystr.h.

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

Definition at line 90 of file tinystr.h.

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

Definition at line 97 of file tinystr.h.

TiXmlString::~TiXmlString ( )
inline

Definition at line 104 of file tinystr.h.

Member Function Documentation

TiXmlString& TiXmlString::append ( const char *  str,
size_type  len 
)
TiXmlString& TiXmlString::assign ( const char *  str,
size_type  len 
)
const char& TiXmlString::at ( size_type  index) const
inline

Definition at line 161 of file tinystr.h.

const char* TiXmlString::c_str ( ) const
inline

Definition at line 142 of file tinystr.h.

size_type TiXmlString::capacity ( ) const
inline

Definition at line 157 of file tinystr.h.

void TiXmlString::clear ( )
inline

Definition at line 192 of file tinystr.h.

const char* TiXmlString::data ( ) const
inline

Definition at line 145 of file tinystr.h.

bool TiXmlString::empty ( ) const
inline

Definition at line 154 of file tinystr.h.

size_type TiXmlString::find ( char  lookup) const
inline

Definition at line 175 of file tinystr.h.

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

Definition at line 181 of file tinystr.h.

size_type TiXmlString::length ( ) const
inline

Definition at line 148 of file tinystr.h.

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

Definition at line 123 of file tinystr.h.

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

Definition at line 129 of file tinystr.h.

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

Definition at line 135 of file tinystr.h.

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

Definition at line 110 of file tinystr.h.

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

Definition at line 116 of file tinystr.h.

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

Definition at line 168 of file tinystr.h.

void TiXmlString::reserve ( size_type  cap)
size_type TiXmlString::size ( ) const
inline

Definition at line 151 of file tinystr.h.

void TiXmlString::swap ( TiXmlString other)
inline

Definition at line 211 of file tinystr.h.

Member Data Documentation

const size_type TiXmlString::npos
static

Definition at line 74 of file tinystr.h.


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