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