The ComLineObject for the example programs. More...
#include <ExampleProgram.H>
Public Member Functions | |
ExampleProgramComLine () | |
ExampleProgramComLine (const char *args[]) | |
void | Initialize () |
This is where the actual options and arguments are described. More... | |
The ComLineObject for the example programs.
This comline object implements a basic command-line interface handler for the example programs. These command-line objects handle all of the generation of help messages, command line argument validation, and encapsulation.
Definition at line 72 of file ExampleProgram.H.
|
inline |
Definition at line 75 of file ExampleProgram.H.
|
inline |
Definition at line 78 of file ExampleProgram.H.
|
inline |
This is where the actual options and arguments are described.
For details about what can be done in this function, see the documentation for the IRAD::Util::ComLineObject.
Definition at line 87 of file ExampleProgram.H.