#include <analy.h>
Inheritance diagram for AddressQueueItem:
Public Member Functions | |
AddressQueueItem () | |
AddressQueueItem (Address *Addr, Address *Func) | |
~AddressQueueItem () | |
OBJECT_ID | object_id () const |
int | load (ht_object_stream *f) |
virtual void | store (ht_object_stream *f) |
Public Attributes | |
Address * | addr |
Address * | func |
|
|
|
|
|
|
|
loads object from object stream.
Reimplemented from Object. Definition at line 439 of file analy.cc. References addr, func, ht_layer_stream::get_error(), and GET_OBJECT. |
|
Reimplemented from Object. Definition at line 434 of file analy.cc. References ATOM_ADDR_QUEUE_ITEM. |
|
stores object. Reimplemented from Object. Definition at line 446 of file analy.cc. References addr, func, and PUT_OBJECT. |
|
Definition at line 281 of file analy.h. Referenced by AddressQueueItem(), load(), Analyser::popAddress(), store(), and ~AddressQueueItem(). |
|
Definition at line 282 of file analy.h. Referenced by AddressQueueItem(), load(), Analyser::popAddress(), store(), and ~AddressQueueItem(). |