GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc > Class Template Reference

A sample node updator. More...

#include <sample_trie_node_update.hpp>

Public Types

typedef std::size_t metadata_type
 

Protected Member Functions

 sample_trie_node_update ()
 Default constructor. More...
 
void operator() (node_iterator, node_const_iterator) const
 Updates the rank of a node through a node_iterator node_it; end_nd_it is the end node iterator. More...
 

Detailed Description

template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc>
class __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >

A sample node updator.

Member Typedef Documentation

template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc >
typedef std::size_t __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::metadata_type

Constructor & Destructor Documentation

template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc >
__gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::sample_trie_node_update ( )
protected

Default constructor.

Member Function Documentation

template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc >
void __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::operator() ( node_iterator  ,
node_const_iterator   
) const
inlineprotected

Updates the rank of a node through a node_iterator node_it; end_nd_it is the end node iterator.


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