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

Function Option

pdal/Options.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 /// Primary constructor
63 template <typename T>
64 Option(std::string const& name, const T& value) : m_name(name)
65 {
66 m_value = Utils::toString(value);
67 }
68
69 Option(std::string const& name, const std::string& value) : m_name(name), m_value(value)
70 {}

Callers 5

handleOptionsMethod · 0.70
Options.hppFile · 0.70
TEST_FFunction · 0.50
getDbOptionsFunction · 0.50
rdbReaderOptionsFunction · 0.50

Calls 1

toStringFunction · 0.50

Tested by 3

TEST_FFunction · 0.40
getDbOptionsFunction · 0.40
rdbReaderOptionsFunction · 0.40