.TH "__gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc > \- Base class for trie policies\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >\fP\&. .PP Inherited by \fB__gnu_pbds::trie_order_statistics_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >\fP\fC [private]\fP, and \fB__gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >\fP\fC [private]\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _ATraits \fBaccess_traits\fP" .br .ti -1c .RI "typedef _Alloc \fBallocator_type\fP" .br .ti -1c .RI "typedef node_const_iterator::value_type \fBconst_iterator\fP" .br .ti -1c .RI "typedef node_iterator::value_type \fBiterator\fP" .br .ti -1c .RI "typedef base_type::key_const_reference \fBkey_const_reference\fP" .br .ti -1c .RI "typedef base_type::key_type \fBkey_type\fP" .br .ti -1c .RI "typedef \fBnull_type\fP \fBmetadata_type\fP" .br .ti -1c .RI "typedef Node_CItr \fBnode_const_iterator\fP" .br .ti -1c .RI "typedef Node_Itr \fBnode_iterator\fP" .br .ti -1c .RI "typedef allocator_type::size_type \fBsize_type\fP" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef rebind_v::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef rebind_v::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef Node_Itr::value_type \fBit_type\fP" .br .ti -1c .RI "typedef remove_const< key_type >::type \fBrckey_type\fP" .br .ti -1c .RI "typedef remove_const< value_type >::type \fBrcvalue_type\fP" .br .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, rckey_type > \fBrebind_k\fP" .br .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, rcvalue_type > \fBrebind_v\fP" .br .ti -1c .RI "typedef rebind_v::reference \fBreference\fP" .br .ti -1c .RI "typedef \fBstd::iterator_traits\fP< it_type >::value_type \fBvalue_type\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "virtual const_iterator \fBend\fP () const =0" .br .ti -1c .RI "virtual iterator \fBend\fP ()=0" .br .ti -1c .RI "it_type \fBend_iterator\fP () const" .br .ti -1c .RI "virtual const access_traits & \fBget_access_traits\fP () const =0" .br .ti -1c .RI "virtual node_const_iterator \fBnode_begin\fP () const =0" .br .ti -1c .RI "virtual node_iterator \fBnode_begin\fP ()=0" .br .ti -1c .RI "virtual node_const_iterator \fBnode_end\fP () const =0" .br .ti -1c .RI "virtual node_iterator \fBnode_end\fP ()=0" .br .in -1c .SS "Static Protected Member Functions" .in +1c .ti -1c .RI "static size_type \fBcommon_prefix_len\fP (node_iterator, e_const_iterator, e_const_iterator, const access_traits &)" .br .ti -1c .RI "static key_const_reference \fBextract_key\fP (const_reference r_val)" .br .ti -1c .RI "static iterator \fBleftmost_it\fP (node_iterator)" .br .ti -1c .RI "static bool \fBless\fP (e_const_iterator, e_const_iterator, e_const_iterator, e_const_iterator, const access_traits &)" .br .ti -1c .RI "static iterator \fBrightmost_it\fP (node_iterator)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >" Base class for trie policies\&. .PP Definition at line 53 of file trie_policy_base\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.