Boost.Geometry    Boost C++ Libraries
Public Types | Static Public Member Functions | List of all members
boost::geometry::traits::push_back< Range > Struct Template Reference

Traits class to append a point to a range (ring, linestring, multi*) More...

Public Types

typedef boost::range_value
< typename
boost::remove_reference< Range >
::type >::type 
item_type
 

Static Public Member Functions

static void apply (typename rvalue_type< Range >::type range, item_type const &item)
 

Detailed Description

template<typename Range>
struct boost::geometry::traits::push_back< Range >

Traits class to append a point to a range (ring, linestring, multi*)

Member Typedef Documentation

template<typename Range >
typedef boost::range_value< typename boost::remove_reference<Range>::type >::type boost::geometry::traits::push_back< Range >::item_type

Member Function Documentation

template<typename Range >
static void boost::geometry::traits::push_back< Range >::apply ( typename rvalue_type< Range >::type  range,
item_type const &  item 
)
static

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