rospack_tinyxml::TiXmlString Class Reference

#include <tinystr.h>

Inheritance diagram for rospack_tinyxml::TiXmlString:
Inheritance graph
[legend]

List of all members.

Classes

struct  Rep

Public Types

typedef size_t size_type

Public Member Functions

TiXmlStringappend (const char *str, size_type len)
TiXmlStringassign (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 tofind, size_type offset) const
size_type find (char lookup) const
size_type length () const
TiXmlStringoperator+= (const TiXmlString &suffix)
TiXmlStringoperator+= (char single)
TiXmlStringoperator+= (const char *suffix)
TiXmlStringoperator= (const TiXmlString &copy)
TiXmlStringoperator= (const char *copy)
char & operator[] (size_type index) const
void reserve (size_type cap)
size_type size () const
void swap (TiXmlString &other)
TIXML_EXPLICIT TiXmlString (const char *str, size_type len)
TIXML_EXPLICIT TiXmlString (const char *copy)
 TiXmlString (const TiXmlString &copy)
 TiXmlString ()
 ~TiXmlString ()

Static Public Attributes

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

Private Member Functions

char * finish () const
void init (size_type sz, size_type cap)
void init (size_type sz)
void quit ()
void set_size (size_type sz)
char * start () const

Private Attributes

Reprep_

Static Private Attributes

static Rep nullrep_ = { 0, 0, { '\0' } }

Detailed Description

Definition at line 68 of file tinystr.h.


Member Typedef Documentation

Definition at line 72 of file tinystr.h.


Constructor & Destructor Documentation

rospack_tinyxml::TiXmlString::TiXmlString (  )  [inline]

Definition at line 79 of file tinystr.h.

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

Definition at line 84 of file tinystr.h.

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

Definition at line 91 of file tinystr.h.

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

Definition at line 98 of file tinystr.h.

rospack_tinyxml::TiXmlString::~TiXmlString (  )  [inline]

Definition at line 105 of file tinystr.h.


Member Function Documentation

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

Definition at line 74 of file tinystr.cpp.

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

Definition at line 55 of file tinystr.cpp.

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

Definition at line 162 of file tinystr.h.

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

Definition at line 143 of file tinystr.h.

size_type rospack_tinyxml::TiXmlString::capacity (  )  const [inline]

Definition at line 158 of file tinystr.h.

void rospack_tinyxml::TiXmlString::clear (  )  [inline]

Definition at line 193 of file tinystr.h.

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

Definition at line 146 of file tinystr.h.

bool rospack_tinyxml::TiXmlString::empty (  )  const [inline]

Definition at line 155 of file tinystr.h.

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

Definition at line 182 of file tinystr.h.

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

Definition at line 176 of file tinystr.h.

char* rospack_tinyxml::TiXmlString::finish (  )  const [inline, private]

Definition at line 224 of file tinystr.h.

void rospack_tinyxml::TiXmlString::init ( size_type  sz,
size_type  cap 
) [inline, private]

Definition at line 232 of file tinystr.h.

void rospack_tinyxml::TiXmlString::init ( size_type  sz  )  [inline, private]

Definition at line 221 of file tinystr.h.

size_type rospack_tinyxml::TiXmlString::length (  )  const [inline]

Definition at line 149 of file tinystr.h.

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

Definition at line 136 of file tinystr.h.

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

Definition at line 130 of file tinystr.h.

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

Definition at line 124 of file tinystr.h.

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

Definition at line 117 of file tinystr.h.

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

Definition at line 111 of file tinystr.h.

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

Definition at line 169 of file tinystr.h.

void rospack_tinyxml::TiXmlString::quit (  )  [inline, private]

Definition at line 254 of file tinystr.h.

void rospack_tinyxml::TiXmlString::reserve ( size_type  cap  ) 

Definition at line 43 of file tinystr.cpp.

void rospack_tinyxml::TiXmlString::set_size ( size_type  sz  )  [inline, private]

Definition at line 222 of file tinystr.h.

size_type rospack_tinyxml::TiXmlString::size (  )  const [inline]

Definition at line 152 of file tinystr.h.

char* rospack_tinyxml::TiXmlString::start (  )  const [inline, private]

Definition at line 223 of file tinystr.h.

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

Definition at line 212 of file tinystr.h.


Member Data Documentation

Definition at line 75 of file tinystr.h.

TiXmlString::Rep rospack_tinyxml::TiXmlString::nullrep_ = { 0, 0, { '\0' } } [static, private]

Definition at line 265 of file tinystr.h.

Definition at line 264 of file tinystr.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rospack
Author(s): Morgan Quigley, Brian Gerkey
autogenerated on Fri Jan 11 11:39:45 2013