libstdc++
__gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata > Struct Template Reference

#include <pat_trie_base.hpp>

Inheritance diagram for __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >:
[legend]

Public Types

typedef _ATraits::const_iterator a_const_iterator
 
typedef detail::rebind_traits< _Alloc, _ATraits >::const_pointer a_const_pointer
 
typedef _ATraits access_traits
 
typedef _Alloc allocator_type
 
typedef _Node_base< _ATraits, Metadata > base_type
 
typedef type_traits::const_reference const_reference
 
typedef detail::rebind_traits< _Alloc, _Node_base >::pointer node_pointer
 
typedef type_traits::reference reference
 
typedef base_type::type_traits type_traits
 
typedef type_traits::value_type value_type
 

Public Member Functions

 _Leaf (const_reference other)
 
reference value ()
 
const_reference value () const
 

Public Attributes

node_pointer m_p_parent
 
const node_type m_type
 

Detailed Description

template<typename _ATraits, typename Metadata>
struct __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >

Leaf node for PATRICIA tree.

Definition at line 162 of file pat_trie_base.hpp.

Member Typedef Documentation

◆ a_const_iterator

template<typename _ATraits , typename Metadata >
typedef _ATraits::const_iterator __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::a_const_iterator
inherited

Definition at line 113 of file pat_trie_base.hpp.

◆ a_const_pointer

template<typename _ATraits , typename Metadata >
typedef detail::rebind_traits<_Alloc,_ATraits>::const_pointer __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::a_const_pointer
inherited

Definition at line 112 of file pat_trie_base.hpp.

◆ access_traits

template<typename _ATraits , typename Metadata >
typedef _ATraits __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::access_traits
inherited

Definition at line 100 of file pat_trie_base.hpp.

◆ allocator_type

template<typename _ATraits , typename Metadata >
typedef _Alloc __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::allocator_type
inherited

Definition at line 99 of file pat_trie_base.hpp.

◆ base_type

template<typename _ATraits , typename Metadata >
typedef _Node_base<_ATraits, Metadata> __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::base_type

Definition at line 165 of file pat_trie_base.hpp.

◆ const_reference

template<typename _ATraits , typename Metadata >
typedef type_traits::const_reference __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::const_reference

Definition at line 169 of file pat_trie_base.hpp.

◆ node_pointer

template<typename _ATraits , typename Metadata >
typedef detail::rebind_traits<_Alloc,_Node_base>::pointer __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::node_pointer
inherited

Definition at line 103 of file pat_trie_base.hpp.

◆ reference

template<typename _ATraits , typename Metadata >
typedef type_traits::reference __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::reference

Definition at line 168 of file pat_trie_base.hpp.

◆ type_traits

template<typename _ATraits , typename Metadata >
typedef base_type::type_traits __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::type_traits

Definition at line 166 of file pat_trie_base.hpp.

◆ value_type

template<typename _ATraits , typename Metadata >
typedef type_traits::value_type __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::value_type

Definition at line 167 of file pat_trie_base.hpp.

Constructor & Destructor Documentation

◆ _Leaf()

template<typename _ATraits , typename Metadata >
__gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::_Leaf ( const_reference  other)
inline

Definition at line 177 of file pat_trie_base.hpp.

Member Function Documentation

◆ value() [1/2]

template<typename _ATraits , typename Metadata >
reference __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::value ( )
inline

Definition at line 181 of file pat_trie_base.hpp.

◆ value() [2/2]

template<typename _ATraits , typename Metadata >
const_reference __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >::value ( ) const
inline

Definition at line 185 of file pat_trie_base.hpp.

Member Data Documentation

◆ m_p_parent

template<typename _ATraits , typename Metadata >
node_pointer __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::m_p_parent
inherited

Definition at line 105 of file pat_trie_base.hpp.

◆ m_type

template<typename _ATraits , typename Metadata >
const node_type __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::m_type
inherited

Definition at line 106 of file pat_trie_base.hpp.


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