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

Method reset

pdal/util/ProgramArgs.hpp:1304–1308  ·  view source on GitHub ↗

Reset the state of all arguments and bound variables as if no parsing had occurred. */

Source from the content-addressed store, hash-verified

1302 had occurred.
1303 */
1304 void reset()
1305 {
1306 for (auto ai = m_args.begin(); ai != m_args.end(); ++ai)
1307 (*ai)->reset();
1308 }
1309
1310 /**
1311 Return a string suitable for use in a "usage" line for display to

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected