#include <RB_Tree.h>


Public Types | |
| enum | RB_SearchResult { LEFT, EXACT, RIGHT } | 
| Search result enumeration.  More... | |
Public Member Functions | |
| ACE_Allocator * | allocator (void) const | 
| Get the allocator;.   | |
Protected Attributes | |
| ACE_Allocator * | allocator_ | 
| Pointer to a memory allocator.   | |
| ACE_Allocator* ACE_RB_Tree_Base::allocator | ( | void | ) |  const [inline] | 
        
Get the allocator;.
ACE_TEMPLATES_REQUIRE_SOURCE is defined. In those platform/configuration combinations, multiple definitions of this method occured. Placing the definition inline in the header avoids such errors. 
ACE_Allocator* ACE_RB_Tree_Base::allocator_ [protected]           | 
        
Pointer to a memory allocator.
 1.5.6