| 
    ACE 8.0.1
    
   | 
 
An entry in the Map. More...
#include <Map_Manager.h>
Public Member Functions | |
| ACE_Map_Entry ()=default | |
| Initialize member variables.   | |
| ~ACE_Map_Entry ()=default | |
| void | dump () const | 
| Dump the state of an object.   | |
| ACE_UINT32 | next () const | 
| Get next entry.   | |
| void | next (ACE_UINT32 n) | 
| Set next entry.   | |
| ACE_UINT32 | prev () const | 
| Get prev entry.   | |
| void | prev (ACE_UINT32 p) | 
| Set prev entry.   | |
Public Attributes | |
| EXT_ID | ext_id_ {} | 
| Key used to look up an entry.   | |
| INT_ID | int_id_ {} | 
| The contents of the entry itself.   | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks.   | |
| ACE_UINT32 | next_ {} | 
| Keeps track of the next entry.   | |
| ACE_UINT32 | prev_ {} | 
| Keeps track of the previous entry.   | |
      
  | 
  default | 
Initialize member variables.
      
  | 
  default | 
We need this destructor to keep some compilers from complaining. It's just a no-op, however.
Dump the state of an object.
      
  | 
  inline | 
Get next entry.
      
  | 
  inline | 
Set next entry.
      
  | 
  inline | 
Get prev entry.
      
  | 
  inline | 
Set prev entry.
Declare the dynamic allocation hooks.
Key used to look up an entry.
The contents of the entry itself.
| ACE_UINT32 ACE_Map_Entry< EXT_ID, INT_ID >::next_ {} | 
Keeps track of the next entry.
| ACE_UINT32 ACE_Map_Entry< EXT_ID, INT_ID >::prev_ {} | 
Keeps track of the previous entry.