Otclient  14/8/2020
TiXmlString Class Reference

#include <tinystr.h>

Inheritance diagram for TiXmlString:
Collaboration diagram for TiXmlString:

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)
 

Detailed Description

Definition at line 55 of file tinystr.h.

Member Typedef Documentation

◆ size_type

typedef size_t TiXmlString::size_type

Definition at line 59 of file tinystr.h.

Constructor & Destructor Documentation

◆ TiXmlString() [1/4]

TiXmlString::TiXmlString ( )
inline

Definition at line 66 of file tinystr.h.

◆ TiXmlString() [2/4]

TiXmlString::TiXmlString ( const TiXmlString copy)
inline

Definition at line 71 of file tinystr.h.

Here is the call graph for this function:

◆ TiXmlString() [3/4]

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

Definition at line 78 of file tinystr.h.

Here is the call graph for this function:

◆ TiXmlString() [4/4]

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

Definition at line 85 of file tinystr.h.

◆ ~TiXmlString()

TiXmlString::~TiXmlString ( )
inline

Definition at line 92 of file tinystr.h.

Member Function Documentation

◆ append()

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

Definition at line 68 of file tinystr.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ assign()

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

Definition at line 49 of file tinystr.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ at()

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

Definition at line 147 of file tinystr.h.

Here is the call graph for this function:

◆ c_str()

const char* TiXmlString::c_str ( ) const
inline

Definition at line 128 of file tinystr.h.

Here is the caller graph for this function:

◆ capacity()

size_type TiXmlString::capacity ( ) const
inline

Definition at line 143 of file tinystr.h.

Here is the caller graph for this function:

◆ clear()

void TiXmlString::clear ( )
inline

Definition at line 178 of file tinystr.h.

◆ data()

const char* TiXmlString::data ( ) const
inline

Definition at line 131 of file tinystr.h.

Here is the caller graph for this function:

◆ empty()

bool TiXmlString::empty ( ) const
inline

Definition at line 140 of file tinystr.h.

◆ find() [1/2]

size_type TiXmlString::find ( char  lookup) const
inline

Definition at line 161 of file tinystr.h.

◆ find() [2/2]

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

Definition at line 167 of file tinystr.h.

Here is the call graph for this function:

◆ length()

size_type TiXmlString::length ( ) const
inline

Definition at line 134 of file tinystr.h.

Here is the caller graph for this function:

◆ operator+=() [1/3]

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

Definition at line 115 of file tinystr.h.

Here is the call graph for this function:

◆ operator+=() [2/3]

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

Definition at line 109 of file tinystr.h.

Here is the call graph for this function:

◆ operator+=() [3/3]

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

Definition at line 121 of file tinystr.h.

Here is the call graph for this function:

◆ operator=() [1/2]

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

Definition at line 97 of file tinystr.h.

Here is the call graph for this function:

◆ operator=() [2/2]

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

Definition at line 102 of file tinystr.h.

Here is the call graph for this function:

◆ operator[]()

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

Definition at line 154 of file tinystr.h.

Here is the call graph for this function:

◆ reserve()

void TiXmlString::reserve ( size_type  cap)

Definition at line 37 of file tinystr.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ size()

size_type TiXmlString::size ( ) const
inline

Definition at line 137 of file tinystr.h.

◆ swap()

void TiXmlString::swap ( TiXmlString other)
inline

Definition at line 197 of file tinystr.h.

Here is the caller graph for this function:

Member Data Documentation

◆ npos

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

Definition at line 62 of file tinystr.h.


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