MCPcopy Create free account
hub / github.com/LAStools/LAStools / ValueStr

Method ValueStr

src/wktparser.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235std::string WktParser::ValueStr(const std::string& key) {
236 std::string result;
237 if (HasValueStr(key, result)) {
238 return result;
239 } else {
240 return "";
241 }
242}
243
244bool WktParser::HasValueInt(const std::string& key, int& val) {
245 std::string res;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected