Searched refs: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 D | read.hpp | 68 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() argument 144 BOOST_THROW_EXCEPTION(read_wkt_exception(blc.what(), it, end, wkt)); in apply() 148 BOOST_THROW_EXCEPTION(read_wkt_exception(e.what(), it, end, wkt)); in apply() 152 BOOST_THROW_EXCEPTION(read_wkt_exception("", it, end, wkt)); in apply() 180 BOOST_THROW_EXCEPTION(read_wkt_exception("Expected '('", it, end, wkt)); in handle_open_parenthesis() 197 BOOST_THROW_EXCEPTION(read_wkt_exception("Expected ')'", it, end, wkt)); in handle_close_parenthesis() 208 BOOST_THROW_EXCEPTION(read_wkt_exception("Too many tokens", it, end, wkt)); in check_end() [all …]
|