|
||||
File indexing completed on 2025-01-18 09:38:22
0001 /*-----------------------------------------------------------------------------+ 0002 Copyright (c) 2010-2010: Joachim Faulhaber 0003 +------------------------------------------------------------------------------+ 0004 Distributed under the Boost Software License, Version 1.0. 0005 (See accompanying file LICENCE.txt or copy at 0006 http://www.boost.org/LICENSE_1_0.txt) 0007 +-----------------------------------------------------------------------------*/ 0008 #ifndef BOOST_ICL_INTERVAL_COMBINING_STYLE_HPP_JOFA_100906 0009 #define BOOST_ICL_INTERVAL_COMBINING_STYLE_HPP_JOFA_100906 0010 0011 namespace boost{ namespace icl 0012 { 0013 0014 namespace interval_combine 0015 { 0016 BOOST_STATIC_CONSTANT(int, unknown = 0); 0017 BOOST_STATIC_CONSTANT(int, joining = 1); 0018 BOOST_STATIC_CONSTANT(int, separating = 2); 0019 BOOST_STATIC_CONSTANT(int, splitting = 3); 0020 BOOST_STATIC_CONSTANT(int, elemental = 4); 0021 0022 } // namespace interval_combine 0023 0024 }} // namespace boost icl 0025 0026 #endif 0027 0028
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |