#include <RB_Tree.h>
Inheritance diagram for ACE_RB_Tree_Base:
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. |
|
Search result enumeration.
|
|
Get the allocator;.
|
|
Pointer to a memory allocator.
|