An entry in the Map.
More...
#include <Map_Manager.h>
template<class EXT_ID, class INT_ID>
class ACE_Map_Entry< EXT_ID, INT_ID >
An entry in the Map.
◆ ACE_Map_Entry()
template<class EXT_ID , class INT_ID >
Initialize member variables.
◆ ~ACE_Map_Entry()
template<class EXT_ID , class INT_ID >
We need this destructor to keep some compilers from complaining. It's just a no-op, however.
◆ dump()
template<class EXT_ID , class INT_ID >
Dump the state of an object.
◆ next() [1/2]
template<class EXT_ID , class INT_ID >
◆ next() [2/2]
template<class EXT_ID , class INT_ID >
◆ prev() [1/2]
template<class EXT_ID , class INT_ID >
◆ prev() [2/2]
template<class EXT_ID , class INT_ID >
◆ ACE_ALLOC_HOOK_DECLARE
template<class EXT_ID, class INT_ID>
Declare the dynamic allocation hooks.
◆ ext_id_
template<class EXT_ID, class INT_ID>
Key used to look up an entry.
◆ int_id_
template<class EXT_ID, class INT_ID>
The contents of the entry itself.
◆ next_
template<class EXT_ID, class INT_ID>
Keeps track of the next entry.
◆ prev_
template<class EXT_ID, class INT_ID>
Keeps track of the previous entry.
The documentation for this class was generated from the following files: