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

Method description

pdal/util/ProgramArgs.hpp:301–302  ·  view source on GitHub ↗

Returns the description of the argument. \note Not intended to be called from user code. \return Argument description. */

Source from the content-addressed store, hash-verified

299 \return Argument description.
300 */
301 std::string description() const
302 { return m_description; }
303
304 /**
305 Returns the longname of the argument.

Callers 3

dumpMethod · 0.45
dump2Method · 0.45
dump3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected