#include <IDREF_Base.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
DAnCE::Config_Handlers::IDREF_Base::IDREF_Base |
( |
| ) |
[inline] |
DAnCE::Config_Handlers::IDREF_Base::IDREF_Base |
( |
T |
start_point | ) |
[inline] |
Member Function Documentation
void DAnCE::Config_Handlers::IDREF_Base::bind_next_available |
( |
ACE_TString & |
id | ) |
|
void DAnCE::Config_Handlers::IDREF_Base::bind_ref |
( |
ACE_TString & |
id, |
|
|
T |
value |
|
) |
| |
Bind an IDREF to an index.
void DAnCE::Config_Handlers::IDREF_Base::find_ref |
( |
const ACE_TString & |
id, |
|
|
T & |
value |
|
) |
| |
Get the index associated with an IDREF.
void DAnCE::Config_Handlers::IDREF_Base::find_ref |
( |
const T & |
value, |
|
|
ACE_TString & |
id |
|
) |
| |
get the IDREF associated with an index
bool DAnCE::Config_Handlers::IDREF_Base::unbind_refs |
( |
void |
| ) |
|
Member Data Documentation
The map used to store and look up the indexes of elements referenced by their IDREF.
The map used to store and look up the IDREFS of elements referenced by their index.
The documentation for this class was generated from the following files: