CLAM::Text Class Reference
#include <Text.hxx>
List of all members.
Detailed Description
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.
|
Public Member Functions |
| Text () |
| Text (const std::string &value) |
| Text (const char *value) |
Constructor & Destructor Documentation
CLAM::Text::Text |
( |
|
) |
[inline] |
CLAM::Text::Text |
( |
const std::string & |
value |
) |
[inline] |
CLAM::Text::Text |
( |
const char * |
value |
) |
[inline] |
The documentation for this class was generated from the following file: