|
||||
Warning, file /include/boost/numeric/conversion/int_float_mixture_enum.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 // (c) Copyright Fernando Luis Cacciola Carballal 2000-2004 0002 // Use, modification, and distribution is subject to the Boost Software 0003 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt) 0005 0006 // See library home page at http://www.boost.org/libs/numeric/conversion 0007 // 0008 // Contact the author at: fernando_cacciola@hotmail.com 0009 // 0010 #ifndef BOOST_NUMERIC_CONVERSION_INT_FLOAT_MIXTURE_ENUM_FLC_12NOV2002_HPP 0011 #define BOOST_NUMERIC_CONVERSION_INT_FLOAT_MIXTURE_ENUM_FLC_12NOV2002_HPP 0012 0013 namespace boost { namespace numeric 0014 { 0015 enum int_float_mixture_enum 0016 { 0017 integral_to_integral 0018 ,integral_to_float 0019 ,float_to_integral 0020 ,float_to_float 0021 } ; 0022 0023 } } // namespace boost::numeric 0024 0025 #endif 0026 // 0027 /////////////////////////////////////////////////////////////////////////////////////////////// 0028 0029
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |