Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A 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() function
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;