|
STLdoc
STLdocumentation
|
Synthetic element access traits. More...
#include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
Public Types | |
| typedef _ATraits | base_type |
| typedef base_type::const_iterator | const_iterator |
| typedef Type_Traits | type_traits |
| typedef type_traits::const_reference | const_reference |
| typedef type_traits::key_const_reference | key_const_reference |
Public Member Functions | |
| synth_access_traits () | |
| synth_access_traits (const base_type &) | |
| bool | equal_prefixes (const_iterator, const_iterator, const_iterator, const_iterator, bool compare_after=true) const |
| bool | equal_keys (key_const_reference, key_const_reference) const |
| bool | cmp_prefixes (const_iterator, const_iterator, const_iterator, const_iterator, bool compare_after=false) const |
| bool | cmp_keys (key_const_reference, key_const_reference) const |
Static Public Member Functions | |
| static key_const_reference | extract_key (const_reference) |
Static Private Member Functions | |
| static key_const_reference | extract_key (const_reference, true_type) |
| static key_const_reference | extract_key (const_reference, false_type) |
Static Private Attributes | |
| static integral_constant< int, Set > | s_set_ind |
Synthetic element access traits.
| typedef _ATraits __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::base_type |
| typedef base_type::const_iterator __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::const_iterator |
| typedef type_traits::const_reference __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::const_reference |
| typedef type_traits::key_const_reference __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::key_const_reference |
| typedef Type_Traits __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::type_traits |
| __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::synth_access_traits | ( | ) |
| __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::synth_access_traits | ( | const base_type & | ) |
| bool __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::cmp_keys | ( | key_const_reference | , |
| key_const_reference | |||
| ) | const |
| bool __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::cmp_prefixes | ( | const_iterator | , |
| const_iterator | , | ||
| const_iterator | , | ||
| const_iterator | , | ||
| bool | compare_after = false |
||
| ) | const |
| bool __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::equal_keys | ( | key_const_reference | , |
| key_const_reference | |||
| ) | const |
|
inline |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
staticprivate |
1.8.6