#include <value.hpp>


Public Types | |
|
typedef std::auto_ptr < StringValue > | AutoPtr |
| Shortcut for a StringValue auto pointer. | |
Public Member Functions | |
Creators | |
| StringValue () | |
| Default constructor. | |
| StringValue (const std::string &buf) | |
| Constructor. | |
| virtual | ~StringValue () |
| Virtual destructor. | |
Accessors | |
| AutoPtr | clone () const |
| Return an auto-pointer to a copy of itself (deep copy). The caller owns this copy and the auto-pointer ensures that it will be deleted. | |
This can be a plain Ascii string or a multipe byte encoded string. It is left to caller to decode and encode the string to and from readable text if that is required.
1.5.4