]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/tti/doc/tti.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / tti / doc / tti.qbk
CommitLineData
7c673cae
FG
1[/
2 (C) Copyright Edward Diener 2011-2013
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt).
6]
7
8[library The Type Traits Introspection Library
9 [quickbook 1.5]
10 [id tti]
11 [dirname tti]
12 [copyright 2011-2013 Tropic Software East Inc]
13 [purpose Compile time introspection of a type]
14 [category template]
15 [category generic]
16 [authors [Diener, Edward]]
17 [source-mode c++]
18 [license
19 Distributed under the Boost Software License, Version 1.0.
20 (See accompanying file LICENSE_1_0.txt or copy at
21 [@http://www.boost.org/LICENSE_1_0.txt])
22 ]
23]
24
25[include tti_introduction.qbk]
26[include tti_why.qbk]
27[include tti_terminology.qbk]
28[include tti_functionality.qbk]
29[include tti_detail.qbk]
30[include tti_detail_has_type.qbk]
31[include tti_detail_has_template.qbk]
32[include tti_detail_has_member_data.qbk]
33[include tti_detail_has_member_function.qbk]
34[include tti_detail_has_static_member_data.qbk]
35[include tti_detail_has_static_member_function.qbk]
36[include tti_detail_has_data.qbk]
37[include tti_detail_has_function.qbk]
38[include tti_nested_type.qbk]
39[include tti_nested_type_and_signatures.qbk]
40[include tti_enclosing_type.qbk]
41[include tti_using_mm.qbk]
42[include tti_func_templates.qbk]
43[include tti_reference.qbk]
44[include tti_tests.qbk]
45[include tti_history.qbk]
46[include tti_to_do.qbk]
47[include tti_acknowledgements.qbk]
48[include tti_index.qbk]