ticpp::Text Class Reference

Wrapper around TiXmlText. More...

#include <ticpp.h>

Inheritance diagram for ticpp::Text:

ticpp::NodeImp< TiXmlText > ticpp::Node ticpp::Base

List of all members.

Public Member Functions

 Text ()
 Constructor.
 Text (TiXmlText *text)
 Constructor.
 Text (const std::string &value)
 Constructor.
template<class T>
 Text (const T &value)
 Streams value into a string and creates a Text with it.


Detailed Description

Wrapper around TiXmlText.

Constructor & Destructor Documentation

ticpp::Text::Text ( TiXmlText text  ) 

Constructor.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

ticpp::Text::Text ( const std::string &  value  ) 

Constructor.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

template<class T>
ticpp::Text::Text ( const T &  value  )  [inline]

Streams value into a string and creates a Text with it.

Uses ToString to covert the parameter to a string.

Parameters:
value The value of the Text node.
Exceptions:
Exception 
See also:
TiXmlText

References ticpp::Base::m_impRC.


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

Generated on Sun Feb 15 23:12:14 2009 for TinyXml by  doxygen 1.5.6