xc
Public Types | Public Member Functions | Public Attributes | List of all members
kd_tree::_Node< _Val > Struct Template Reference
Inheritance diagram for kd_tree::_Node< _Val >:
Inheritance graph
[legend]
Collaboration diagram for kd_tree::_Node< _Val >:
Collaboration graph
[legend]

Public Types

typedef _Node_Link_type
 
typedef _Node_base_Base_ptr
 
- Public Types inherited from kd_tree::_Node_base
typedef _Node_base_Base_ptr
 
typedef _Node_base const * _Base_const_ptr
 

Public Member Functions

 _Node (_Val const &__VALUE=_Val(), _Base_ptr const __PARENT=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL)
 
- Public Member Functions inherited from kd_tree::_Node_base
 _Node_base (_Base_ptr const __PARENT=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL)
 

Public Attributes

_Val _M_value
 
- Public Attributes inherited from kd_tree::_Node_base
_Base_ptr _M_parent
 
_Base_ptr _M_left
 
_Base_ptr _M_right
 

Additional Inherited Members

- Static Public Member Functions inherited from kd_tree::_Node_base
static _Base_ptr _S_minimum (_Base_ptr __x)
 
static _Base_ptr _S_maximum (_Base_ptr __x)
 

The documentation for this struct was generated from the following file: