Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/spirit/home/karma/nonterminal/debug_handler_state.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 //  Copyright (c) 2001-2011 Hartmut Kaiser
0002 // 
0003 //  Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 #if !defined(BOOST_SPIRIT_KARMA_DEBUG_HANDLER_STATE_APR_21_2010_0736PM)
0007 #define BOOST_SPIRIT_KARMA_DEBUG_HANDLER_STATE_APR_21_2010_0736PM
0008 
0009 #if defined(_MSC_VER)
0010 #pragma once
0011 #endif
0012 
0013 namespace boost { namespace spirit { namespace karma
0014 {
0015     enum debug_handler_state
0016     {
0017         pre_generate
0018       , successful_generate
0019       , failed_generate
0020     };
0021 }}}
0022 
0023 #endif