MCPcopy Create free account
hub / github.com/PDAL/PDAL / fromString

Function fromString

pdal/private/OGRSpec.hpp:87–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 template<>
87 inline StatusWithReason fromString(const std::string& from, OGRSpec& to)
88 {
89 try
90 {
91 to.update(from);
92 }
93 catch (OGRSpec::error& e)
94 {
95 return StatusWithReason(-1, e.what());
96 }
97 return true;
98 }
99
100} // nampespace utils
101

Callers

nothing calls this directly

Calls 3

StatusWithReasonClass · 0.85
updateMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected