From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- libstdc++-v3/doc/html/ext/pb_ds/index.html | 146 +++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 libstdc++-v3/doc/html/ext/pb_ds/index.html (limited to 'libstdc++-v3/doc/html/ext/pb_ds/index.html') diff --git a/libstdc++-v3/doc/html/ext/pb_ds/index.html b/libstdc++-v3/doc/html/ext/pb_ds/index.html new file mode 100644 index 000000000..4c73c2e91 --- /dev/null +++ b/libstdc++-v3/doc/html/ext/pb_ds/index.html @@ -0,0 +1,146 @@ + + + + + + + Policy-Based Data Structures + + + + +
+

Policy-Based Data Structures

+ +
Ami Tavory and Vladimir Dreizin, IBM Haifa Research + Laboratories, and Benjamin Kosnik, Red Hat
+ +
pbassoc@gmail.com
+ +

This is a library of policy-based elementary + data structures: associative containers and priority queues. It + is designed for high-performance, flexibility, semantic safety, + and conformance to the corresponding containers in std + and std::tr1 (except for some points where it differs by + design).

+ +

The documentation is organized as follows:

+ +
    +
  1. + Introductory + +
      +
    1. Introduction
    2. + +
    3. Motivation
    4. + +
    5. Usage + Prerequisites
    6. +
    +
  2. + +
  3. + Interface + +
      +
    1. Short Tutorial
    2. + +
    3. Concepts
    4. + +
    5. Specifics
    6. +
    +
  4. + +
  5. + Design + +
      +
    1. + Associative Containers + +
        +
      1. Data-Structure + Genericity and Interface
      2. + +
      3. Tree-Based + Containers
      4. + +
      5. Trie-Based + Containers
      6. + +
      7. Hash-Based + Containers
      8. + +
      9. List-Based + Containers
      10. +
      +
    2. + +
    3. Priority Queues
    4. +
    +
  6. + +
  7. + Examples + +
      +
    1. Associative + Containers
    2. + +
    3. Priority Queues
    4. +
    +
  8. + +
  9. + Tests + +
      +
    1. + Associative Containers + +
        +
      1. Regression + Tests
      2. + +
      3. Performance + Tests
      4. +
      +
    2. + +
    3. + Priority Queues + +
        +
      1. Regression + Tests
      2. + +
      3. Performance + Tests
      4. +
      +
    4. +
    +
  10. + +
  11. + Misc. + +
      +
    1. Acknowledgments
    2. + +
    3. Contact
    4. + +
    5. Disclaimer and + Copyright
    6. + +
    7. References
    8. +
    +
  12. +
+
+ + -- cgit v1.2.3