#include <Address.h>
Inheritance diagram for Address:

Public Types | |
| typedef std::vector<Entry> | References |
Public Methods | |
| StatusCode | validate () |
| Validate address. More... | |
| Address (const CLID& cl, const std::string& fname, int recid, const std::string& bank) | |
| Standard Constructor. More... | |
| Address (const GenericLink& link) | |
| Constructor for non-initialized addresses. More... | |
| Address (const GenericLink* link) | |
| Constructor for non-initialized addresses. More... | |
| virtual | ~Address () |
| Standard destructor. More... | |
Protected Attributes | |
| References | m_refs |
| int | m_recid |
|
|
|
|
|
Standard Constructor.
Definition at line 29 of file Address.cpp. |
|
|
Constructor for non-initialized addresses.
Definition at line 35 of file Address.cpp. |
|
|
Constructor for non-initialized addresses.
Definition at line 41 of file Address.cpp. |
|
|
Standard destructor.
|
|
|
Validate address.
Definition at line 47 of file Address.cpp. |
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000