Unix and Linux Discussions Tagged with basic |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
7 |
23,727 |
Programming |
|
|
|
18 |
32,412 |
Programming |
|
|
|
3 |
7,796 |
Shell Programming and Scripting |
|
|
|
21 |
58,039 |
OS X (Apple) |
|
|
|
10 |
3,807 |
Shell Programming and Scripting |
|
|
|
3 |
3,230 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
1,178 |
Shell Programming and Scripting |
|
|
|
1 |
7,079 |
Solaris |
|
|
|
1 |
5,065 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,368 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,107 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,509 |
Shell Programming and Scripting |
|
|
|
0 |
1,908 |
Software Releases - RSS News |
|
|
|
11 |
7,833 |
Solaris |
|
|
|
1 |
14,601 |
AIX |
|
|
|
0 |
1,290 |
Software Releases - RSS News |
|
|
|
0 |
1,988 |
Complex Event Processing RSS News |
|
|
|
4 |
9,352 |
Linux |
|
|
|
0 |
1,864 |
OS X Support RSS |
|
|
|
3 |
4,433 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,759 |
OS X Support RSS |
|
|
|
1 |
2,408 |
Shell Programming and Scripting |
|
|
|
0 |
1,502 |
Software Releases - RSS News |
|
|
|
5 |
5,053 |
Shell Programming and Scripting |
|
|
|
6 |
29,945 |
AIX |
|
|
|
0 |
2,558 |
Solaris BigAdmin RSS |
|
|
|
0 |
4,837 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,842 |
Solaris BigAdmin RSS |
|
|
|
3 |
12,315 |
Ubuntu |
|
|
|
0 |
1,884 |
Oracle Updates (RSS) |
|
|
|
3 |
2,100 |
Shell Programming and Scripting |
|
|
|
2 |
3,001 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
4,966 |
Shell Programming and Scripting |
|
|
|
0 |
1,339 |
UNIX and Linux RSS News |
|
|
|
0 |
1,811 |
Shell Programming and Scripting |
|
|
|
2 |
5,824 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,924 |
Oracle Updates (RSS) |
|
|
|
0 |
2,613 |
UNIX and Linux RSS News |
|
|
|
10 |
20,943 |
Shell Programming and Scripting |
|
|
|
4 |
2,386 |
UNIX for Dummies Questions & Answers |
__gnu_pbds(3cxx) __gnu_pbds(3cxx)
NAME
__gnu_pbds -
SYNOPSIS
Classes
struct associative_container_tag
Basic associative-container.
class basic_hash_table
An abstract basic hash-based associative container.
struct basic_hash_tag
Basic hash.
class basic_tree
An abstract basic tree-like (tree, trie) associative container.
struct basic_tree_tag
Basic tree.
struct binary_heap_tag
Binary-heap (array-based).
struct binomial_heap_tag
Binomial-heap.
class cc_hash_table
A concrete collision-chaining hash-based associative container.
struct cc_hash_tag
Collision-chaining hash.
class container_base
An abstract basic associative container.
struct container_tag
Base data structure tag.
struct container_traits
container_traits
class gp_hash_table
A concrete general-probing hash-based associative container.
struct gp_hash_tag
General-probing hash.
class list_update
A list-update based associative container.
struct list_update_tag
List-update.
struct null_mapped_type
A mapped-policy indicating that an associative container is a set.
struct ov_tree_tag
Ordered-vector tree.
struct pairing_heap_tag
Pairing-heap.
struct pat_trie_tag
PATRICIA trie.
struct priority_queue_tag
Basic priority-queue.
struct rb_tree_tag
Red-black tree.
struct rc_binomial_heap_tag
Redundant-counter binomial-heap.
struct sequence_tag
Basic sequence.
struct splay_tree_tag
Splay tree.
struct string_tag
Basic string container, inclusive of strings, ropes, etc.
struct thin_heap_tag
Thin heap.
class tree
A concrete basic tree-based associative container.
struct tree_tag
tree.
class trie
A concrete basic trie-based associative container.
struct trie_tag
trie.
Typedefs
typedef void trivial_iterator_difference_type
Functions
void __throw_container_error (void)
void __throw_insert_error (void)
void __throw_join_error (void)
void __throw_resize_error (void)
Detailed Description
GNU extensions for policy-based data structures for public use.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Nov 27 2012 __gnu_pbds(3cxx)