integral_c_tag.hpp

Go to the documentation of this file.
00001 
00002 #ifndef BOOST_MPL_INTEGRAL_C_TAG_HPP_INCLUDED
00003 #define BOOST_MPL_INTEGRAL_C_TAG_HPP_INCLUDED
00004 
00005 // Copyright Aleksey Gurtovoy 2004
00006 //
00007 // Distributed under the Boost Software License, Version 1.0. 
00008 // (See accompanying file LICENSE_1_0.txt or copy at 
00009 // http://www.boost.org/LICENSE_1_0.txt)
00010 //
00011 // See http://www.boost.org/libs/mpl for documentation.
00012 
00013 // $Source: /Users/acg/CVSROOT/systemc-2.2/src/sysc/packages/boost/mpl/integral_c_tag.hpp,v $
00014 // $Date: 2006/12/15 20:31:38 $
00015 // $Revision: 1.1.1.1 $
00016 
00017 
00018 #include <sysc/packages/boost/mpl/aux_/adl_barrier.hpp>
00019 #include <sysc/packages/boost/mpl/aux_/config/static_constant.hpp>
00020 
00021 BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN
00022 struct integral_c_tag { BOOST_STATIC_CONSTANT(int, value = 0); };
00023 BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_CLOSE
00024 BOOST_MPL_AUX_ADL_BARRIER_DECL(integral_c_tag)
00025 
00026 #endif // BOOST_MPL_INTEGRAL_C_TAG_HPP_INCLUDED

Generated on Wed Jan 21 15:32:10 2009 for SystemC by  doxygen 1.5.5