#include <htreg.h>
Inheritance diagram for ht_registry_node:
Public Member Functions | |
void | init (ht_registry_node_type type) |
virtual void | done () |
virtual int | load (ht_object_stream *f) |
virtual void | store (ht_object_stream *f) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
ht_registry_node_type | type |
ht_registry_data * | data |
|
Reimplemented from Object. Definition at line 273 of file htreg.cc. References data, and Object::done(). Referenced by ht_registry::done(). |
|
Definition at line 267 of file htreg.cc. References data, ht_registry_node_type, NULL, and type. Referenced by ht_registry::create_node(), ht_registry::create_subdir(), and ht_registry::init(). |
|
loads object from object stream.
Reimplemented from Object. Definition at line 281 of file htreg.cc. References data, ht_layer_stream::get_error(), ht_object_stream::getIntHex(), ht_object_stream::getObject(), NULL, and type. |
|
Reimplemented from Object. Definition at line 294 of file htreg.cc. References ATOM_HT_REGISTRY_NODE. |
|
stores object. Reimplemented from Object. Definition at line 288 of file htreg.cc. References data, NULL, ht_object_stream::putIntHex(), ht_object_stream::putObject(), and type. |
|
|
Definition at line 140 of file htreg.h. Referenced by ht_registry::enum_next(), ht_registry::enum_prev(), ht_registry::find_any_entry(), ht_registry::find_data_entry(), ht_registry::find_entry_get_data(), ht_registry::find_entry_get_subdir(), init(), load(), ht_registry::set_node(), ht_registry::splitfind(), and store(). |