tti.qbk 1.5 KB

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