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

Contains an implementation class for a patricia tree. More...

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

Classes

class  __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME< Key, Mapped, Node_And_It_Traits, _Alloc >
 PATRICIA trie. More...
 
class  __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME< Key, Mapped, Node_And_It_Traits, _Alloc >::branch_bag
 Branch bag, for split-join. More...
 
class  __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME< Key, Mapped, Node_And_It_Traits, _Alloc >::cond_dealtor
 Conditional deallocator. More...
 

Namespaces

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

Macros

#define PB_DS_ASSERT_NODE_VALID(X)   _GLIBCXX_DEBUG_ONLY(X->assert_valid(this, __FILE__, __LINE__);)
 
#define PB_DS_CLASS_C_DEC   PB_DS_PAT_TRIE_NAME<Key, Mapped, Node_And_It_Traits, _Alloc>
 
#define PB_DS_CLASS_T_DEC
 
#define PB_DS_PAT_TRIE_TRAITS_BASE   types_traits<Key, Mapped, _Alloc, false>
 
#define PB_DS_RECURSIVE_COUNT_LEAFS(X)   recursive_count_leafs(X, __FILE__, __LINE__)
 

Detailed Description

Contains an implementation class for a patricia tree.

Macro Definition Documentation

#define PB_DS_ASSERT_NODE_VALID (   X)    _GLIBCXX_DEBUG_ONLY(X->assert_valid(this, __FILE__, __LINE__);)
#define PB_DS_CLASS_C_DEC   PB_DS_PAT_TRIE_NAME<Key, Mapped, Node_And_It_Traits, _Alloc>
#define PB_DS_CLASS_T_DEC
Value:
template<typename Key, typename Mapped, typename Node_And_It_Traits, \
typename _Alloc>
#define PB_DS_PAT_TRIE_TRAITS_BASE   types_traits<Key, Mapped, _Alloc, false>
#define PB_DS_RECURSIVE_COUNT_LEAFS (   X)    recursive_count_leafs(X, __FILE__, __LINE__)