#include <PostOffice.h>
Inheritance diagram for ItemDataIn:

Public Methods | |
| ItemDataIn (XMLData *xmld, ItemSender *s) | |
| virtual int | compare (Object *) |
| virtual Object * | Copy () |
Public Attributes | |
| XMLData * | data |
| ItemSender * | sender |
|
||||||||||||
|
Definition at line 47 of file PostOffice.h. |
|
|
To ensure a consistent comparison interface and to allow comparison of all kinds of different objects, we will define a comparison functions. |
|
|
To allow a deep copy of data structures we will define a standard interface... This member will return a copy of itself, freshly allocated and deep copied. Reimplemented in List. Definition at line 37 of file Object.h. Referenced by List::Copy(), and List::operator=(). |
|
|
Definition at line 43 of file PostOffice.h. Referenced by PostOffice::_receive(), PostOffice::_receive_any(), PostOffice::put_back(), and ItemSender::~ItemSender(). |
|
|
Definition at line 44 of file PostOffice.h. Referenced by PostOffice::_receive_any(). |
1.2.18