#include <htdata.h>
Inheritance diagram for ht_data_uint32:
Public Member Functions | |
ht_data_uint32 (uint32 v=0) | |
virtual int | load (ht_object_stream *s) |
virtual void | store (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
uint32 | value |
|
Definition at line 77 of file htdata.cc. References value. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 82 of file htdata.cc. References ht_layer_stream::get_error(), ht_object_stream::getIntHex(), NULL, and value. |
|
Reimplemented from Object. Definition at line 93 of file htdata.cc. References ATOM_HT_DATA_UINT32. |
|
stores object. Reimplemented from Object. Definition at line 88 of file htdata.cc. References NULL, ht_object_stream::putIntHex(), and value. |
|
Definition at line 58 of file htdata.h. Referenced by ht_data_uint32(), load(), ht_elf::relocate_section(), and store(). |