GNU g++  v5.2.1
GNU Standard C++
point_iterators.hpp File Reference

Contains an implementation class for bin_search_tree_. More...

Include dependency graph for point_iterators.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_pbds::detail::bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference, Is_Forward_Iterator, _Alloc >
 Const iterator. More...
 
class  __gnu_pbds::detail::bin_search_tree_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference, Is_Forward_Iterator, _Alloc >
 Iterator. More...
 

Namespaces

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

Macros

#define PB_DS_TREE_CONST_IT_C_DEC
 
#define PB_DS_TREE_CONST_ODIR_IT_C_DEC
 
#define PB_DS_TREE_IT_C_DEC
 
#define PB_DS_TREE_ODIR_IT_C_DEC
 

Detailed Description

Contains an implementation class for bin_search_tree_.

Macro Definition Documentation

#define PB_DS_TREE_CONST_ODIR_IT_C_DEC
Value:
bin_search_tree_const_it_< \
Node_Pointer, \
Value_Type, \
Pointer, \
Const_Pointer, \
Reference, \
Const_Reference, \
!Is_Forward_Iterator, \
_Alloc>
#define PB_DS_TREE_ODIR_IT_C_DEC
Value:
bin_search_tree_it_< \
Node_Pointer, \
Value_Type, \
Pointer, \
Const_Pointer, \
Reference, \
Const_Reference, \
!Is_Forward_Iterator, \
_Alloc>