| xc
    | 


| Public Types | |
| typedef _Node_base * | _Base_ptr | 
| typedef _Node_base const * | _Base_const_ptr | 
| Public Member Functions | |
| _Node_base (_Base_ptr const __PARENT=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL) | |
| Static Public Member Functions | |
| static _Base_ptr | _S_minimum (_Base_ptr __x) | 
| static _Base_ptr | _S_maximum (_Base_ptr __x) | 
| Public Attributes | |
| _Base_ptr | _M_parent | 
| _Base_ptr | _M_left | 
| _Base_ptr | _M_right | 
 1.8.13
 1.8.13