#include <htdata.h>
Inheritance diagram for ht_data_mem:
Public Member Functions | |
ht_data_mem (const void *v=0, uint size=0) | |
virtual | ~ht_data_mem () |
virtual int | load (ht_object_stream *s) |
virtual void | store (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
void * | value |
uint | size |
|
|
|
Definition at line 122 of file htdata.cc. References value. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 127 of file htdata.cc. References ht_layer_stream::get_error(), ht_object_stream::getBinary(), NULL, size, and value. |
|
Reimplemented from Object. Definition at line 138 of file htdata.cc. References ATOM_HT_DATA_MEM. |
|
stores object. Reimplemented from Object. Definition at line 133 of file htdata.cc. References NULL, ht_object_stream::putBinary(), size, and value. |
|
Definition at line 83 of file htdata.h. Referenced by ht_data_mem(), load(), and store(). |
|
Definition at line 82 of file htdata.h. Referenced by ht_object_stream_memmap::duppa(), ht_data_mem(), load(), store(), and ~ht_data_mem(). |