#include <htstring.h>
Inheritance diagram for ht_data_string:
Public Member Functions | |
ht_data_string (const char *s=0) | |
virtual | ~ht_data_string () |
virtual int | load (ht_object_stream *f) |
virtual void | store (ht_object_stream *f) |
virtual int | toString (char *s, int maxlen) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
char * | value |
|
Definition at line 538 of file htstring.cc. References ht_strdup(), and value. |
|
Definition at line 543 of file htstring.cc. References value. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 548 of file htstring.cc. References ht_layer_stream::get_error(), ht_object_stream::getString(), NULL, and value. |
|
Reimplemented from Object. Definition at line 564 of file htstring.cc. References ATOM_HT_DATA_STRING. |
|
stores object. Reimplemented from Object. Definition at line 554 of file htstring.cc. References NULL, ht_object_stream::putString(), and value. |
|
Prints object in string |s|
Reimplemented from Object. Definition at line 559 of file htstring.cc. References ht_snprintf(), and value. |
|
Definition at line 74 of file htstring.h. Referenced by ht_registry::debug_dump_i(), ht_registry::enum_next(), ht_registry::enum_prev(), RegistryFs::enumFiletype(), ht_registry::get_node_type_desc(), ht_string_list::get_string(), ht_data_string(), load(), store(), toString(), and ~ht_data_string(). |