#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 210 of file RefTable.h. |
|
||||
|
Standard Destructor.
Definition at line 214 of file RefTable.h. |
|
||||
|
Retrieve reference to class definition structure.
Definition at line 217 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 251 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 236 of file RefTable.h. |
|
||||||
|
Insert new Entry into Reference container.
Definition at line 221 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 276 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 272 of file RefTable.h. |
|
||||||
|
Check if two entries are Referenced to each other.
Definition at line 267 of file RefTable.h. Referenced by isReferenced(). |
|
||||
|
Find Reference from it's source entry (CONST).
Definition at line 261 of file RefTable.h. |
|
||||
|
Find Reference from it's source entry.
Definition at line 255 of file RefTable.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000