Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::read_wkt_exception Struct Reference

Exception showing things wrong with WKT parsing. More...

#include <read.hpp>

Inheritance diagram for boost::geometry::read_wkt_exception:
Collaboration diagram for boost::geometry::read_wkt_exception:

Public Member Functions

template<typename Iterator >
 read_wkt_exception (std::string const &msg, Iterator const &it, Iterator const &end, std::string const &wkt)
 
 read_wkt_exception (std::string const &msg, std::string const &wkt)
 
virtual ~read_wkt_exception () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Exception showing things wrong with WKT parsing.

Constructor & Destructor Documentation

template<typename Iterator >
boost::geometry::read_wkt_exception::read_wkt_exception ( std::string const &  msg,
Iterator const &  it,
Iterator const &  end,
std::string const &  wkt 
)
inline
boost::geometry::read_wkt_exception::read_wkt_exception ( std::string const &  msg,
std::string const &  wkt 
)
inline
virtual boost::geometry::read_wkt_exception::~read_wkt_exception ( )
throw (
)
inlinevirtual

Member Function Documentation

virtual const char* boost::geometry::read_wkt_exception::what ( ) const
throw (
)
inlinevirtual

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