• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/ Copyright 2006-2008 Daniel James.
2 / Distributed under the Boost Software License, Version 1.0. (See accompanying
3 / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
4
5[library Boost.Unordered
6    [quickbook 1.7]
7    [compatibility-mode 1.5]
8    [authors [James, Daniel]]
9    [copyright 2003 2004 Jeremy B. Maitin-Shepard]
10    [copyright 2005 2006 2007 2008 Daniel James]
11    [purpose std::tr1 compliant hash containers]
12    [id unordered]
13    [dirname unordered]
14    [license
15        Distributed under the Boost Software License, Version 1.0.
16        (See accompanying file LICENSE_1_0.txt or copy at
17        [@http://www.boost.org/LICENSE_1_0.txt])
18    ]
19]
20
21[template diagram[name]  '''<inlinemediaobject>
22<imageobject role="html">
23<imagedata align = "center" fileref="../../libs/unordered/doc/diagrams/'''[name]'''.png"></imagedata>
24</imageobject>
25<imageobject role="print">
26<imagedata align = "center" fileref="../../libs/unordered/doc/diagrams/'''[name]'''.svg"></imagedata>
27</imageobject>
28</inlinemediaobject>''']
29
30
31[include:unordered intro.qbk]
32[include:unordered buckets.qbk]
33[include:unordered hash_equality.qbk]
34[include:unordered comparison.qbk]
35[include:unordered compliance.qbk]
36[include:unordered rationale.qbk]
37[include:unordered changes.qbk]
38[xinclude ref.xml]
39[xinclude bibliography.xml]
40