#include <ticpp.h>
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. |
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.
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.
value | The value of the Text node. |
Exception |
References ticpp::Base::m_impRC.