Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Address Class Reference

#include <Address.h>

Inheritance diagram for Address:

GenericAddress List of all members.

Public Types

typedef std::vector<EntryReferences

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

Member Typedef Documentation

typedef std::vector<Entry> Address::References
 

Definition at line 53 of file Address.h.


Constructor & Destructor Documentation

Address::Address ( const CLID & cl,
const std::string & fname,
int recid,
const std::string & bank )
 

Standard Constructor.

Definition at line 29 of file Address.cpp.

Address::Address ( const GenericLink & link )
 

Constructor for non-initialized addresses.

Definition at line 35 of file Address.cpp.

Address::Address ( const GenericLink * link )
 

Constructor for non-initialized addresses.

Definition at line 41 of file Address.cpp.

Address::~Address ( ) [inline, virtual]
 

Standard destructor.

Definition at line 68 of file Address.h.


Member Function Documentation

StatusCode Address::validate ( )
 

Validate address.

Definition at line 47 of file Address.cpp.


Member Data Documentation

int Address::m_recid [protected]
 

Definition at line 57 of file Address.h.

References Address::m_refs [protected]
 

Definition at line 56 of file Address.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:21:13 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000