#include <object_stream.h>
Public Methods | |
AddressMap () | |
virtual | ~AddressMap () |
virtual void | add ( AddressId id, Address address ) |
virtual void | add_to_stream ( ObjectStream* object_stream ) |
virtual void | remove_from_address_map ( Address address ) |
virtual void | print ( ostream& o ) |
It is used in the serialization of objects.
Add a new pair into this map.
virtual void add( AddressId id, Address address );
Copy all entries from this map to the one in object_stream.
virtual void add_to_stream( ObjectStream* object_stream );
Remove an entry from this map.
virtual void remove_from_address_map( Address address );
Print the content of this map in human readable form to ostream o.
virtual void print( ostream& o );
|
|
|
|
|
|