vmd_specific.qbk 605 B

12345678910111213141516171819202122
  1. [/
  2. (C) Copyright Edward Diener 2011-2015
  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. [section:vmd_specific Specific macros for working with data types]
  8. VMD has a number of specific macros for parsing data types.
  9. Each of these macros asks if some input is a particular
  10. VMD data type.
  11. [include vmd_empty.qbk]
  12. [include vmd_constraints.qbk]
  13. [include vmd_identifier.qbk]
  14. [include vmd_number.qbk]
  15. [include vmd_type.qbk]
  16. [include vmd_pp_data_types.qbk]
  17. [include vmd_identifying.qbk]
  18. [endsect]