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

Classes

class  boost::geometry::detail::concept_check::check< Concept >
 
struct  boost::geometry::dispatch::check< Geometry, GeometryTag, IsConst >
 
struct  boost::geometry::dispatch::check< Geometry, point_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, point_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, linestring_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, linestring_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, ring_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, ring_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, polygon_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, polygon_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, box_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, box_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, segment_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, segment_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, multi_point_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, multi_point_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, multi_linestring_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, multi_linestring_tag, false >
 
struct  boost::geometry::dispatch::check< Geometry, multi_polygon_tag, true >
 
struct  boost::geometry::dispatch::check< Geometry, multi_polygon_tag, false >
 
struct  boost::geometry::concept::detail::checker< Geometry >
 
struct  boost::geometry::concept::detail::checker< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::concept::detail::checker< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> const >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 
 boost::geometry::detail::concept_check
 
 boost::geometry::dispatch
 
 boost::geometry::concept
 
 boost::geometry::concept::detail
 

Functions

template<typename Geometry >
void boost::geometry::concept::check ()
 Checks, in compile-time, the concept of any geometry. More...
 
template<typename Geometry1 , typename Geometry2 >
void boost::geometry::concept::check_concepts_and_equal_dimensions ()
 Checks, in compile-time, the concept of two geometries, and if they have equal dimensions. More...