Home
last modified time | relevance | path

Searched defs:read_wkt_exception (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/io/wkt/
Dread.hpp68 struct read_wkt_exception : public geometry::exception struct
71 read_wkt_exception(std::string const& msg, in read_wkt_exception() function
87 read_wkt_exception(std::string const& msg, std::string const& wkt) in read_wkt_exception() argument
94 virtual ~read_wkt_exception() throw() {} in ~read_wkt_exception()
96 virtual const char* what() const throw() in what()
101 std::string source;
102 std::string message;
103 std::string wkt;
104 std::string complete;