#include <htdata.h>
Inheritance diagram for ht_data_uint:
Public Member Functions | |
ht_data_uint (uint v=0) | |
virtual int | load (ht_object_stream *s) |
virtual void | store (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
uint | value |
|
|
|
loads object from object stream.
Reimplemented from Object. Definition at line 57 of file htdata.cc. References ht_layer_stream::get_error(), ht_object_stream::getIntHex(), NULL, and value. |
|
Reimplemented from Object. Definition at line 68 of file htdata.cc. References ATOM_HT_DATA_UINT. |
|
stores object. Reimplemented from Object. Definition at line 63 of file htdata.cc. References NULL, ht_object_stream::putIntHex(), and value. |
|
Definition at line 44 of file htdata.h. Referenced by find_atom_rev(), ht_data_uint(), load(), ht_streamfile_modifier::mod_pages_flush(), ht_reloc_file::read(), store(), and ht_reloc_file::write(). |