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

Function addSwitches

pdal/SubcommandKernel.hpp:60–61  ·  view source on GitHub ↗

Prevent the standard addSwitches() from being defined.

Source from the content-addressed store, hash-verified

58 virtual bool doSwitches(const StringList& cmdArgs, ProgramArgs& args);
59 // Prevent the standard addSwitches() from being defined.
60 virtual void addSwitches(ProgramArgs& args) final
61 {}
62 virtual void addSubSwitches(ProgramArgs& args,
63 const std::string& subcommand)
64 {}

Callers 2

doSwitchesMethod · 0.85
outputHelpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected