STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
node_iterators.hpp File Reference
#include <ext/pb_ds/tag_and_trait.hpp>
#include <ext/pb_ds/detail/type_utils.hpp>
#include <debug/debug.h>

Go to the source code of this file.

Classes

class  __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >
 Const node reference. More...
 
class  __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >
 Node reference. More...
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Macros

#define PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC   ov_tree_node_const_it_<Value_Type, Metadata_Type, _Alloc>
 
#define PB_DS_OV_TREE_NODE_ITERATOR_C_DEC   ov_tree_node_it_<Value_Type, Metadata_Type, _Alloc>
 

Detailed Description

Contains an implementation class for ov_tree_.

Macro Definition Documentation

#define PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC   ov_tree_node_const_it_<Value_Type, Metadata_Type, _Alloc>
#define PB_DS_OV_TREE_NODE_ITERATOR_C_DEC   ov_tree_node_it_<Value_Type, Metadata_Type, _Alloc>