/Src/Dependencies/Boost/boost/spirit/home/karma/nonterminal/nonterminal_fwd.hpp

http://hadesmem.googlecode.com/ · C++ Header · 31 lines · 20 code · 6 blank · 5 comment · 0 complexity · c5772c1cd7c4097b033ea40ae2d6181f MD5 · raw file

  1. // Copyright (c) 2001-2011 Hartmut Kaiser
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #if !defined(BOOST_SPIRIT_KARMA_NONTERMINAL_FWD_DEC_18_2010_0913PM)
  6. #define BOOST_SPIRIT_KARMA_NONTERMINAL_FWD_DEC_18_2010_0913PM
  7. #if defined(_MSC_VER)
  8. #pragma once
  9. #endif
  10. #include <boost/spirit/home/support/unused.hpp>
  11. namespace boost { namespace spirit { namespace karma
  12. {
  13. // forward declaration only
  14. template <
  15. typename OutputIterator, typename T1 = unused_type
  16. , typename T2 = unused_type, typename T3 = unused_type
  17. , typename T4 = unused_type>
  18. struct rule;
  19. template <
  20. typename OutputIterator, typename T1 = unused_type
  21. , typename T2 = unused_type, typename T3 = unused_type
  22. , typename T4 = unused_type>
  23. struct grammar;
  24. }}}
  25. #endif