#include <RefTable.h>
Inheritance diagram for RefTable1to1:

Public Methods | |
| RefTable1to1 (const CLID& clid, int len=16) | |
| Standard Constructor. More... | |
| virtual | ~RefTable1to1 () |
| Standard Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| bool | insert ( const FROM* from, TO* to ) |
| Insert new Entry into Reference container. More... | |
| bool | insert ( const FROM* from, const EntryType& to) |
| Insert new Entry into Reference container. More... | |
| TO* | reference (const FROM* from) |
| Find Reference from it's source entry. More... | |
| const TO* | reference (const FROM* from) const |
| Find Reference from it's source entry (CONST). More... | |
| bool | isReferenced (const FROM* from, const TO* to ) |
| Check if two entries are associated to each other. More... | |
| bool | isReferenced (const FROM* from, const EntryType& to ) |
| Check if two entries are Referenced to each other. More... | |
|
||||||
|
Standard Constructor.
Definition at line 161 of file RefTable.h. |
|
||||
|
Standard Destructor.
Definition at line 166 of file RefTable.h. |
|
||||
|
Retrieve reference to class definition structure.
Definition at line 169 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 177 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 173 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 200 of file RefTable.h. |
|
||||||
|
Check if two entries are associated to each other.
Definition at line 195 of file RefTable.h. |
|
||||
|
Find Reference from it's source entry (CONST).
Definition at line 190 of file RefTable.h. |
|
||||
|
Find Reference from it's source entry.
Definition at line 185 of file RefTable.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000