This class represents an string that can contain any kind of separators. More...
#include <Text.hxx>
Public Member Functions | |
Text () | |
Text (const std::string &value) | |
Text (const char *value) |
This class represents an string that can contain any kind of separators.
Use it instead std::string if you want to deserialize It inherits all the std::string methods.
Definition at line 38 of file Text.hxx.