The ComLineObject for the example programs. More...
#include <DriverProgram.H>
Public Member Functions | |
DriverProgramComLine () | |
DriverProgramComLine (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 75 of file DriverProgram.H.
|
inline |
Definition at line 78 of file DriverProgram.H.
|
inline |
Definition at line 81 of file DriverProgram.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 90 of file DriverProgram.H.