STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Classes | Typedefs | Functions
__gnu_pbds Namespace Reference

GNU extensions for policy-based data structures for public use. More...

Namespaces

 detail
 

Classes

class  basic_hash_table
 
class  cc_hash_table
 
class  gp_hash_table
 
class  basic_branch
 
class  tree
 
class  trie
 
class  list_update
 
class  sample_probe_fn
 A sample probe policy. More...
 
class  sample_range_hashing
 A sample range-hashing functor. More...
 
class  sample_ranged_hash_fn
 A sample ranged-hash functor. More...
 
class  sample_ranged_probe_fn
 A sample ranged-probe functor. More...
 
struct  sample_update_policy
 A sample list-update policy. More...
 
class  sample_resize_policy
 A sample resize policy. More...
 
class  sample_resize_trigger
 A sample resize trigger policy. More...
 
class  sample_size_policy
 A sample size policy. More...
 
class  sample_tree_node_update
 A sample node updator. More...
 
struct  sample_trie_access_traits
 A sample trie element access traits. More...
 
class  sample_trie_node_update
 A sample node updator. More...
 
struct  container_error
 Base class for exceptions. More...
 
struct  insert_error
 
struct  join_error
 
struct  resize_error
 A container cannot be resized. More...
 
class  linear_probe_fn
 A probe sequence policy using fixed increments. More...
 
class  quadratic_probe_fn
 A probe sequence policy using square increments. More...
 
class  direct_mask_range_hashing
 A mask range-hashing class (uses a bitmask). More...
 
class  direct_mod_range_hashing
 A mod range-hashing class (uses the modulo function). More...
 
class  hash_load_check_resize_trigger
 
class  cc_hash_max_collision_check_resize_trigger
 
class  hash_exponential_size_policy
 
class  hash_prime_size_policy
 
class  hash_standard_resize_policy
 A resize policy which delegates operations to size and trigger policies. More...
 
class  lu_move_to_front_policy
 
class  lu_counter_policy
 
class  priority_queue
 
struct  trivial_iterator_tag
 
struct  basic_invalidation_guarantee
 
struct  point_invalidation_guarantee
 
struct  range_invalidation_guarantee
 
struct  container_tag
 Base data structure tag. More...
 
struct  sequence_tag
 Basic sequence. More...
 
struct  string_tag
 Basic string container, inclusive of strings, ropes, etc. More...
 
struct  associative_tag
 Basic associative-container. More...
 
struct  basic_hash_tag
 Basic hash structure. More...
 
struct  cc_hash_tag
 Collision-chaining hash. More...
 
struct  gp_hash_tag
 General-probing hash. More...
 
struct  basic_branch_tag
 Basic branch structure. More...
 
struct  tree_tag
 Basic tree structure. More...
 
struct  rb_tree_tag
 Red-black tree. More...
 
struct  splay_tree_tag
 Splay tree. More...
 
struct  ov_tree_tag
 Ordered-vector tree. More...
 
struct  trie_tag
 Basic trie structure. More...
 
struct  pat_trie_tag
 PATRICIA trie. More...
 
struct  list_update_tag
 List-update. More...
 
struct  priority_queue_tag
 Basic priority-queue. More...
 
struct  pairing_heap_tag
 Pairing-heap. More...
 
struct  binomial_heap_tag
 Binomial-heap. More...
 
struct  rc_binomial_heap_tag
 Redundant-counter binomial-heap. More...
 
struct  binary_heap_tag
 Binary-heap (array-based). More...
 
struct  thin_heap_tag
 Thin heap. More...
 
struct  null_type
 Represents no type, or absence of type, for template tricks. More...
 
struct  null_node_update
 A null node updator, indicating that no node updates are required. More...
 
struct  container_traits_base
 Primary template, container traits base. More...
 
struct  container_traits_base< cc_hash_tag >
 Specialization, cc hash. More...
 
struct  container_traits_base< gp_hash_tag >
 Specialization, gp hash. More...
 
struct  container_traits_base< rb_tree_tag >
 Specialization, rb tree. More...
 
struct  container_traits_base< splay_tree_tag >
 Specialization, splay tree. More...
 
struct  container_traits_base< ov_tree_tag >
 Specialization, ov tree. More...
 
struct  container_traits_base< pat_trie_tag >
 Specialization, pat trie. More...
 
struct  container_traits_base< list_update_tag >
 Specialization, list update. More...
 
struct  container_traits_base< pairing_heap_tag >
 Specialization, pairing heap. More...
 
struct  container_traits_base< thin_heap_tag >
 Specialization, thin heap. More...
 
struct  container_traits_base< binomial_heap_tag >
 Specialization, binomial heap. More...
 
struct  container_traits_base< rc_binomial_heap_tag >
 Specialization, rc binomial heap. More...
 
struct  container_traits_base< binary_heap_tag >
 Specialization, binary heap. More...
 
struct  container_traits
 Container traits. More...
 
class  tree_order_statistics_node_update
 Functor updating ranks of entrees. More...
 
struct  trie_string_access_traits
 
class  trie_prefix_search_node_update
 
class  trie_order_statistics_node_update
 Functor updating ranks of entrees. More...
 

Typedefs

typedef void trivial_iterator_difference_type
 Prohibit moving trivial iterators. More...
 

Functions

void __throw_container_error ()
 
void __throw_insert_error ()
 
void __throw_join_error ()
 
void __throw_resize_error ()
 

Detailed Description

GNU extensions for policy-based data structures for public use.