Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::detail::wkt::wkt_range< Range, PrefixPolicy, SuffixPolicy > Struct Template Reference

Stream ranges as WKT. More...

#include <write.hpp>

Inheritance diagram for boost::geometry::detail::wkt::wkt_range< Range, PrefixPolicy, SuffixPolicy >:

Static Public Member Functions

template<typename Char , typename Traits >
static void apply (std::basic_ostream< Char, Traits > &os, Range const &range, bool force_closed)
 
template<typename Char , typename Traits >
static void apply (std::basic_ostream< Char, Traits > &os, Range const &range)
 

Detailed Description

template<typename Range, typename PrefixPolicy, typename SuffixPolicy>
struct boost::geometry::detail::wkt::wkt_range< Range, PrefixPolicy, SuffixPolicy >

Stream ranges as WKT.

Note
policy is used to stream prefix/postfix, enabling derived classes to override this

Member Function Documentation

template<typename Range, typename PrefixPolicy, typename SuffixPolicy>
template<typename Char , typename Traits >
static void boost::geometry::detail::wkt::wkt_range< Range, PrefixPolicy, SuffixPolicy >::apply ( std::basic_ostream< Char, Traits > &  os,
Range const &  range,
bool  force_closed 
)
inlinestatic
template<typename Range, typename PrefixPolicy, typename SuffixPolicy>
template<typename Char , typename Traits >
static void boost::geometry::detail::wkt::wkt_range< Range, PrefixPolicy, SuffixPolicy >::apply ( std::basic_ostream< Char, Traits > &  os,
Range const &  range 
)
inlinestatic

The documentation for this struct was generated from the following file: