index.idx 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # index.idx for Boost.Pool Quickbook docs auto-indexing for Boost.Pool
  2. # Copyright (c) 2011 Paul A. Bristow
  3. #
  4. # Use, modification and distribution is subject to the Boost Software
  5. # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. # http://www.boost.org/LICENSE_1_0.txt)
  7. # Assume all header files are in boost/pool and sub-folders.
  8. # Perhaps exclude sub-folder /details by setting to false?
  9. !scan-path boost/pool .*\.hpp true
  10. # Assume all example files are in /example (none in sub-folders).
  11. !scan-path "libs/pool/example" ".*\.cpp"
  12. align
  13. alignment
  14. alloc
  15. allocation
  16. automatic destruction
  17. block \<block\w*\>
  18. build
  19. chunk \<chunk\w*\>
  20. concepts \<concept\w*\>
  21. conventions
  22. deallocation
  23. dynamic memory allocation
  24. elements
  25. fast pool allocation \<fast\w*\>
  26. formatting conventions \<convention\w*\>
  27. guaranteeing alignment \<guarantee\w*\>
  28. include \<include\w*\>
  29. installation
  30. headers \<header\w*\>
  31. interface \<interface\w*\>
  32. jamfile \<jamfile\.*\>
  33. malloc
  34. memory
  35. memory block
  36. naming
  37. new
  38. objects \<object\w*\>
  39. object_pool
  40. ordered \<\w*(order|unorder)\w*\>
  41. overview
  42. padding \<pad\w*\>
  43. portable \<portab\w*\>
  44. segregated storage
  45. Simple Segregated Storage
  46. singleton \<singleton\w*\>
  47. singleton_pool
  48. size \<size\w*\>
  49. template \<template\w*\>
  50. # \<\w*\>
  51. !exclude junk
  52. !rewrite-name "(?i)(?:A|The)\s+(.*)" "\1"