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
TiXmlOutStream Class Reference

#include <tinystr.h>

Inheritance diagram for TiXmlOutStream:
TiXmlString

Public Member Functions

TiXmlOutStreamoperator<< (const TiXmlString &in)
 
TiXmlOutStreamoperator<< (const char *in)
 
- Public Member Functions inherited from TiXmlString
 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)
 

Additional Inherited Members

- Public Types inherited from TiXmlString
typedef size_t size_type
 
- Static Public Attributes inherited from TiXmlString
static const size_type npos
 

Detailed Description

Definition at line 298 of file tinystr.h.

Member Function Documentation

TiXmlOutStream& TiXmlOutStream::operator<< ( const TiXmlString in)
inline

Definition at line 303 of file tinystr.h.

TiXmlOutStream& TiXmlOutStream::operator<< ( const char *  in)
inline

Definition at line 310 of file tinystr.h.


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