osgEarth 2.1.1
Public Member Functions

TiXmlOutStream Class Reference

#include <tinystr.h>

Inheritance diagram for TiXmlOutStream:
Collaboration diagram for TiXmlOutStream:

List of all members.

Public Member Functions

TiXmlOutStreamoperator<< (const TiXmlString &in)
TiXmlOutStreamoperator<< (const char *in)

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.

        {
                *this += in;
                return *this;
        }

Here is the call graph for this function:

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

Definition at line 310 of file tinystr.h.

        {
                *this += in;
                return *this;
        }

Here is the call graph for this function:


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