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

Public Methods | |
| RefTable1toN (const CLID& clid, int len=16) | |
| Standard Constructor. More... | |
| virtual | ~RefTable1toN () |
| 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 SmartRef<TO>& to) |
| Insert new Entry into Reference container. More... | |
| bool | insert ( const FROM* from, const EntryType& to) |
| Insert new Entry into Reference container. More... | |
| EntryType& | reference (const FROM* from) |
| Find Reference from it's source entry. More... | |
| const EntryType& | reference (const FROM* from) const |
| Find Reference from it's source entry (CONST). More... | |
| bool | isReferenced (const FROM* from, const EntryType& to ) |
| Check if two entries are Referenced to each other. More... | |
| bool | isReferenced (const FROM* from, const TO* to ) |
| Check if two entries are Referenced to each other. More... | |
| bool | isReferenced (const FROM* from, const SmartRef<TO>& to ) |
| Check if two entries are Referenced to each other. More... | |
|
||||||
|
Standard Constructor.
Definition at line 211 of file RefTable.h. |
|
||||
|
Standard Destructor.
Definition at line 215 of file RefTable.h. |
|
||||
|
Retrieve reference to class definition structure.
Reimplemented from DataObject. Definition at line 218 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 252 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 237 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 222 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 277 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 273 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 268 of file RefTable.h. Referenced by isReferenced(). |
|
||||
|
Find Reference from it's source entry (CONST).
Definition at line 262 of file RefTable.h. |
|
||||
|
Find Reference from it's source entry.
Definition at line 256 of file RefTable.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000