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

Function getValue

pdal/Options.hpp:112–113  ·  view source on GitHub ↗

@return the value of the Option.

Source from the content-addressed store, hash-verified

110
111 /// @return the value of the Option.
112 std::string getValue() const
113 { return m_value; }
114
115 bool empty() const;
116

Callers 2

toArgMethod · 0.70
toMetadataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected