Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
interval_associator_base.hpp File Reference
Include dependency graph for interval_associator_base.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::icl
 

Functions

template<class Type >
enable_if< mpl::and_
< is_interval_container< Type >
, is_discrete< typename
domain_type_of< Type >::type >
>, typename
Type::const_iterator >::type 
boost::icl::find (const Type &object, const typename domain_type_of< Type >::type &key_val)
 
template<class Type >
enable_if< mpl::and_
< is_interval_container< Type >
, is_continuous< typename
domain_type_of< Type >::type >
, has_dynamic_bounds< typename
interval_type_of< Type >::type >
>, typename
Type::const_iterator >::type 
boost::icl::find (const Type &object, const typename domain_type_of< Type >::type &key_val)
 
template<class Type >
enable_if< mpl::and_
< is_interval_container< Type >
, is_continuous< typename
domain_type_of< Type >::type >
, is_static_right_open
< typename interval_type_of
< Type >::type >
, boost::detail::is_incrementable
< typename domain_type_of
< Type >::type > >, typename
Type::const_iterator >::type 
boost::icl::find (const Type &object, const typename domain_type_of< Type >::type &key_val)
 
template<class Type >
enable_if< mpl::and_
< is_interval_container< Type >
, is_continuous< typename
domain_type_of< Type >::type >
, is_static_left_open
< typename interval_type_of
< Type >::type >
, boost::detail::is_incrementable
< typename domain_type_of
< Type >::type > >, typename
Type::const_iterator >::type 
boost::icl::find (const Type &object, const typename domain_type_of< Type >::type &key_val)
 
template<class Type >
enable_if
< is_interval_container< Type >
, typename
Type::const_iterator >::type 
boost::icl::find (const Type &object, const typename interval_type_of< Type >::type &inter_val)
 
template<class Type >
enable_if
< is_interval_container< Type >
, Type >::type & 
boost::icl::join (Type &object)