libstdc++
pat_trie_base.hpp File Reference

Go to the source code of this file.

Classes

class  __gnu_pbds::detail::pat_trie_base::_CIter< Node, Leaf, Head, Inode, Is_Forward_Iterator >
 
struct  __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >
 
struct  __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >
 
class  __gnu_pbds::detail::pat_trie_base::_Iter< Node, Leaf, Head, Inode, Is_Forward_Iterator >
 
struct  __gnu_pbds::detail::pat_trie_base::_Leaf< _ATraits, Metadata >
 
struct  __gnu_pbds::detail::pat_trie_base::_Metadata< Metadata, _Alloc >
 
struct  __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc >
 
struct  __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >
 
class  __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >
 
class  __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >
 
struct  __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator
 
struct  __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator
 
struct  __gnu_pbds::detail::pat_trie_base
 

Namespaces

namespace  __gnu_pbds
 

Macros

#define PB_DS_CLASS_C_DEC
 
#define PB_DS_CLASS_T_DEC
 
#define PB_DS_CONST_IT_C_DEC
 
#define PB_DS_CONST_ODIR_IT_C_DEC
 
#define PB_DS_IT_C_DEC
 
#define PB_DS_ODIR_IT_C_DEC
 
#define PB_DS_PAT_TRIE_NODE_CONST_ITERATOR_C_DEC
 
#define PB_DS_PAT_TRIE_NODE_ITERATOR_C_DEC
 

Detailed Description

Contains the base class for a patricia tree.

Definition in file pat_trie_base.hpp.

Macro Definition Documentation

◆ PB_DS_CLASS_C_DEC

#define PB_DS_CLASS_C_DEC

Definition at line 983 of file pat_trie_base.hpp.

◆ PB_DS_CLASS_T_DEC

#define PB_DS_CLASS_T_DEC

Definition at line 980 of file pat_trie_base.hpp.

◆ PB_DS_CONST_IT_C_DEC

#define PB_DS_CONST_IT_C_DEC

Definition at line 471 of file pat_trie_base.hpp.

◆ PB_DS_CONST_ODIR_IT_C_DEC

#define PB_DS_CONST_ODIR_IT_C_DEC

Definition at line 474 of file pat_trie_base.hpp.

◆ PB_DS_IT_C_DEC

#define PB_DS_IT_C_DEC

Definition at line 477 of file pat_trie_base.hpp.

◆ PB_DS_ODIR_IT_C_DEC

#define PB_DS_ODIR_IT_C_DEC

Definition at line 480 of file pat_trie_base.hpp.

◆ PB_DS_PAT_TRIE_NODE_CONST_ITERATOR_C_DEC

#define PB_DS_PAT_TRIE_NODE_CONST_ITERATOR_C_DEC

Definition at line 796 of file pat_trie_base.hpp.

◆ PB_DS_PAT_TRIE_NODE_ITERATOR_C_DEC

#define PB_DS_PAT_TRIE_NODE_ITERATOR_C_DEC

Definition at line 799 of file pat_trie_base.hpp.