Boost.Geometry    Boost C++ Libraries
Classes | Namespaces | Defines
/home/travis/build/boostorg/boost/boost/geometry/geometries/adapted/boost_fusion.hpp File Reference

Classes

struct  boost::geometry::fusion_adapt_detail::all_same< Sequence >
struct  boost::geometry::fusion_adapt_detail::is_coordinate_size< Sequence >
struct  boost::geometry::fusion_adapt_detail::is_fusion_sequence< Sequence >

Namespaces

namespace  boost
namespace  boost::geometry
namespace  boost::geometry::fusion_adapt_detail

Defines

#define BOOST_GEOMETRY_REGISTER_BOOST_FUSION_CS(CoordinateSystem)

Define Documentation

#define BOOST_GEOMETRY_REGISTER_BOOST_FUSION_CS (   CoordinateSystem)
Value:
namespace boost { namespace geometry { namespace traits { \
    template <typename Sequence> \
    struct coordinate_system \
               < \
                   Sequence, \
                   typename boost::enable_if \
                       < \
                           fusion_adapt_detail::is_fusion_sequence<Sequence> \
                       >::type \
               > \
    { typedef CoordinateSystem type; }; \
    }}}

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen