FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TiXmlOutStream Class Reference

#include <tinystr.h>

Inheritance diagram for TiXmlOutStream:
Collaboration diagram for TiXmlOutStream:

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from TiXmlString
typedef size_t size_type
 
- Static Public Attributes inherited from TiXmlString
static const size_type npos = static_cast< TiXmlString::size_type >(-1)
 

Member Function Documentation

◆ operator<<() [1/2]

TiXmlOutStream & TiXmlOutStream::operator<< ( const char *  in)
inline
297 {
298 *this += in;
299 return *this;
300 }

◆ operator<<() [2/2]

TiXmlOutStream & TiXmlOutStream::operator<< ( const TiXmlString in)
inline
290 {
291 *this += in;
292 return *this;
293 }

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