X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fext%2Fpb_ds%2Findex.html;fp=libstdc%2B%2B-v3%2Fdoc%2Fhtml%2Fext%2Fpb_ds%2Findex.html;h=4c73c2e915a30bc860c9f9908dd81569eccc805d;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=0000000000000000000000000000000000000000;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git 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 00000000..4c73c2e9 --- /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. +
+
+ +