#include <ticpp.h>
Inheritance diagram for ticpp::Text:
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] |