You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
6.3 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: pantheios/inserters.hpp
  3. *
  4. * Purpose: Main include file for all Pantheios standard inserters.
  5. *
  6. * Created: 21st June 2005
  7. * Updated: 12th December 2010
  8. *
  9. * Home: http://www.pantheios.org/
  10. *
  11. * Copyright (c) 2005-2010, Matthew Wilson and Synesis Software
  12. * Copyright (c) 1999-2005, Synesis Software and Matthew Wilson
  13. * All rights reserved.
  14. *
  15. * Redistribution and use in source and binary forms, with or without
  16. * modification, are permitted provided that the following conditions are
  17. * met:
  18. *
  19. * - Redistributions of source code must retain the above copyright notice,
  20. * this list of conditions and the following disclaimer.
  21. * - Redistributions in binary form must reproduce the above copyright
  22. * notice, this list of conditions and the following disclaimer in the
  23. * documentation and/or other materials provided with the distribution.
  24. * - Neither the name(s) of Matthew Wilson and Synesis Software nor the
  25. * names of any contributors may be used to endorse or promote products
  26. * derived from this software without specific prior written permission.
  27. *
  28. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  29. * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  30. * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  31. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  32. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  33. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  34. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  35. * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  36. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  37. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  38. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  39. *
  40. * ////////////////////////////////////////////////////////////////////// */
  41. /** \file pantheios/inserters.hpp
  42. *
  43. * [C++ only] Main include file for all Pantheios standard inserters.
  44. */
  45. #ifndef PANTHEIOS_INCL_PANTHEIOS_HPP_INSERTERS
  46. #define PANTHEIOS_INCL_PANTHEIOS_HPP_INSERTERS
  47. /* /////////////////////////////////////////////////////////////////////////
  48. * Version information
  49. */
  50. #ifndef PANTHEIOS_DOCUMENTATION_SKIP_SECTION
  51. # define PANTHEIOS_VER_PANTHEIOS_HPP_INSERTERS_MAJOR 2
  52. # define PANTHEIOS_VER_PANTHEIOS_HPP_INSERTERS_MINOR 6
  53. # define PANTHEIOS_VER_PANTHEIOS_HPP_INSERTERS_REVISION 1
  54. # define PANTHEIOS_VER_PANTHEIOS_HPP_INSERTERS_EDIT 21
  55. #endif /* !PANTHEIOS_DOCUMENTATION_SKIP_SECTION */
  56. /* /////////////////////////////////////////////////////////////////////////
  57. * Includes
  58. */
  59. #ifndef PANTHEIOS_INCL_PANTHEIOS_HPP_PANTHEIOS
  60. # include <pantheios/pantheios.h>
  61. #endif /* !PANTHEIOS_INCL_PANTHEIOS_HPP_PANTHEIOS */
  62. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_ARGS
  63. # include <pantheios/inserters/args.hpp>
  64. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_ARGS */
  65. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_B
  66. # include <pantheios/inserters/b.hpp>
  67. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_B */
  68. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_B64
  69. # include <pantheios/inserters/b64.hpp>
  70. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_B64 */
  71. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_BLOB
  72. # include <pantheios/inserters/blob.hpp>
  73. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_BLOB */
  74. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_BOOLEAN
  75. # include <pantheios/inserters/boolean.hpp>
  76. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_BOOLEAN */
  77. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_CH
  78. # include <pantheios/inserters/ch.hpp>
  79. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_CH */
  80. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_CHARACTER
  81. # include <pantheios/inserters/character.hpp>
  82. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_CHARACTER */
  83. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_HEX_PTR
  84. # include <pantheios/inserters/hex_ptr.hpp>
  85. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_HEX_PTR */
  86. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_HOSTID
  87. # include <pantheios/inserters/hostid.hpp>
  88. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_HOSTID */
  89. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_I
  90. # include <pantheios/inserters/i.hpp>
  91. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_I */
  92. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_INTEGER
  93. # include <pantheios/inserters/integer.hpp>
  94. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_INTEGER */
  95. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_M2W
  96. # include <pantheios/inserters/m2w.hpp>
  97. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_M2W */
  98. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_P
  99. # include <pantheios/inserters/p.hpp>
  100. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_P */
  101. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_PAD
  102. # include <pantheios/inserters/pad.hpp>
  103. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_PAD */
  104. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_POINTER
  105. # include <pantheios/inserters/pointer.hpp>
  106. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_POINTER */
  107. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_PROCESSID
  108. # include <pantheios/inserters/processid.hpp>
  109. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_PROCESSID */
  110. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_REAL
  111. # include <pantheios/inserters/real.hpp>
  112. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_REAL */
  113. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_SLICE
  114. # include <pantheios/inserters/slice.hpp>
  115. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_SLICE */
  116. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_THREADID
  117. # include <pantheios/inserters/threadid.hpp>
  118. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_THREADID */
  119. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_W2M
  120. # include <pantheios/inserters/w2m.hpp>
  121. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_W2M */
  122. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_XI
  123. # include <pantheios/inserters/xi.hpp>
  124. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_XI */
  125. #ifndef PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_XP
  126. # include <pantheios/inserters/xp.hpp>
  127. #endif /* !PANTHEIOS_INCL_PANTHEIOS_INSERTERS_HPP_XP */
  128. /* ////////////////////////////////////////////////////////////////////// */
  129. #endif /* !PANTHEIOS_INCL_PANTHEIOS_HPP_INSERTERS */
  130. /* ///////////////////////////// end of file //////////////////////////// */