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.

100 lines
3.6 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: stlsoft/std/cbase_.hpp
  3. *
  4. * Purpose: Root header for the stlsoft::std::c namespace
  5. *
  6. * Created: 22nd April 2005
  7. * Updated: 10th August 2009
  8. *
  9. * Thanks: To Anton Sekeris for providing good advice on the naming scheme
  10. * for the stlsoft/std headers
  11. *
  12. * Home: http://stlsoft.org/
  13. *
  14. * Copyright (c) 2005-2009, Matthew Wilson and Synesis Software
  15. * All rights reserved.
  16. *
  17. * Redistribution and use in source and binary forms, with or without
  18. * modification, are permitted provided that the following conditions are met:
  19. *
  20. * - Redistributions of source code must retain the above copyright notice, this
  21. * list of conditions and the following disclaimer.
  22. * - Redistributions in binary form must reproduce the above copyright notice,
  23. * this list of conditions and the following disclaimer in the documentation
  24. * and/or other materials provided with the distribution.
  25. * - Neither the name(s) of Matthew Wilson and Synesis Software nor the names of
  26. * any contributors may be used to endorse or promote products derived from
  27. * this software without specific prior written permission.
  28. *
  29. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  30. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  31. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  32. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  33. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  34. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  35. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  36. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  37. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  38. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  39. * POSSIBILITY OF SUCH DAMAGE.
  40. *
  41. * ////////////////////////////////////////////////////////////////////// */
  42. /** \file stlsoft/std/cbase_.hpp
  43. *
  44. * \brief [C++ only] Root header for the stlsoft::std::c namespace
  45. * (\ref group__library__utility "Utility" Library).
  46. */
  47. #ifndef STLSOFT_INCL_STLSOFT_STD_HPP_CBASE_
  48. #define STLSOFT_INCL_STLSOFT_STD_HPP_CBASE_
  49. #ifndef STLSOFT_DOCUMENTATION_SKIP_SECTION
  50. # define STLSOFT_VER_STLSOFT_STD_HPP_CBASE__MAJOR 1
  51. # define STLSOFT_VER_STLSOFT_STD_HPP_CBASE__MINOR 2
  52. # define STLSOFT_VER_STLSOFT_STD_HPP_CBASE__REVISION 1
  53. # define STLSOFT_VER_STLSOFT_STD_HPP_CBASE__EDIT 11
  54. #endif /* !STLSOFT_DOCUMENTATION_SKIP_SECTION */
  55. /* /////////////////////////////////////////////////////////////////////////
  56. * Includes
  57. */
  58. #ifndef STLSOFT_INCL_STLSOFT_H_STLSOFT
  59. # include <stlsoft/stlsoft.h>
  60. #endif /* !STLSOFT_INCL_STLSOFT_H_STLSOFT */
  61. /* /////////////////////////////////////////////////////////////////////////
  62. * Namespace
  63. */
  64. #ifndef _STLSOFT_NO_NAMESPACE
  65. namespace stlsoft
  66. {
  67. namespace std_impl
  68. {
  69. # define stlsoft_std_ns_qual(x) ::stlsoft::std_impl::x
  70. #else /* ? _STLSOFT_NO_NAMESPACE */
  71. # define stlsoft_std_ns_qual(x) ::x
  72. #endif /* _STLSOFT_NO_NAMESPACE */
  73. /* /////////////////////////////////////////////////////////////////////////
  74. * Functions
  75. */
  76. /* ////////////////////////////////////////////////////////////////////// */
  77. #ifndef _STLSOFT_NO_NAMESPACE
  78. } // namespace std_impl
  79. } // namespace stlsoft
  80. #endif /* _STLSOFT_NO_NAMESPACE */
  81. /* ////////////////////////////////////////////////////////////////////// */
  82. #endif /* !STLSOFT_INCL_STLSOFT_STD_HPP_CBASE_ */
  83. /* ///////////////////////////// end of file //////////////////////////// */