libstdc++
__gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > Struct Template Reference
Inheritance diagram for __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc >:
[legend]

Public Types

typedef
bin_search_tree_const_it_
< typename _Alloc::template
rebind< node >::other::pointer,
typename
type_traits::value_type,
typename type_traits::pointer,
typename
type_traits::const_pointer,
typename
type_traits::reference,
typename
type_traits::const_reference,
false, _Alloc > 
const_reverse_iterator
 
typedef splay_tree_node_
< types_traits< Key, null_type,
_Alloc, false >::value_type,
tree_node_metadata_dispatch
< Key, null_type, Cmp_Fn,
Node_Update, _Alloc >::type,
_Alloc > 
node
 
typedef
bin_search_tree_const_node_it_
< splay_tree_node_
< types_traits< Key, null_type,
_Alloc, false >::value_type,
tree_node_metadata_dispatch
< Key, null_type, Cmp_Fn,
Node_Update, _Alloc >::type,
_Alloc >, point_const_iterator,
point_iterator, _Alloc > 
node_const_iterator
 
typedef
bin_search_tree_node_it_
< splay_tree_node_
< types_traits< Key, null_type,
_Alloc, false >::value_type,
tree_node_metadata_dispatch
< Key, null_type, Cmp_Fn,
Node_Update, _Alloc >::type,
_Alloc >, point_const_iterator,
point_iterator, _Alloc > 
node_iterator
 
typedef Node_Update
< node_const_iterator,
node_iterator, Cmp_Fn, _Alloc > 
node_update
 
typedef
__gnu_pbds::null_node_update
< node_const_iterator,
node_iterator, Cmp_Fn, _Alloc > * 
null_node_update_pointer
 
typedef
bin_search_tree_const_it_
< typename _Alloc::template
rebind< node >::other::pointer,
typename
type_traits::value_type,
typename type_traits::pointer,
typename
type_traits::const_pointer,
typename
type_traits::reference,
typename
type_traits::const_reference,
true, _Alloc > 
point_const_iterator
 
typedef bin_search_tree_it_
< typename _Alloc::template
rebind< node >::other::pointer,
typename
type_traits::value_type,
typename type_traits::pointer,
typename
type_traits::const_pointer,
typename
type_traits::reference,
typename
type_traits::const_reference,
true, _Alloc > 
point_iterator
 
typedef bin_search_tree_it_
< typename _Alloc::template
rebind< node >::other::pointer,
typename
type_traits::value_type,
typename type_traits::pointer,
typename
type_traits::const_pointer,
typename
type_traits::reference,
typename
type_traits::const_reference,
false, _Alloc > 
reverse_iterator
 

Detailed Description

template<typename Key, class Cmp_Fn, template< typename Node_CItr, class Node_Itr, class Cmp_Fn_, typename _Alloc_ > class Node_Update, typename _Alloc>
struct __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc >

Specialization.

Definition at line 81 of file splay_tree_/traits.hpp.

Member Typedef Documentation

typedef bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc > , point_const_iterator, point_iterator, _Alloc> __gnu_pbds::detail::bin_search_tree_traits< Key, null_type , Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc > , _Alloc >::node_const_iterator
inherited

This is an iterator to an iterator: it iterates over nodes, and de-referencing it returns one of the tree's iterators.

Definition at line 131 of file bin_search_tree_/traits.hpp.


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