unordered.qbk 1.3 KB

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