Definition at line 55 of file PCPPProgram.H.
#include <PCPPProgram.H>
Public Member Functions | |
serialprogram (int narg, char **args) | |
serialprogram (GlobalType &inglob) | |
serialprogram (commandline &incom) | |
serialprogram (commandline &incom, GlobalType &inglob) | |
virtual int | Initialize () |
virtual int | Run () |
virtual int | Finalize () |
virtual | ~serialprogram () |
![]() | |
Program () | |
Program (GlobalType &inglob) | |
Program (ComLineType &incom) | |
Program (int narg, char **args) | |
Program (ComLineType &incom, GlobalType &inglob) | |
Program (int narg, char **args, GlobalType &inglob) | |
ComLineType & | CommandLine () |
virtual | ~Program () |
Additional Inherited Members | |
![]() | |
ComLineType | _command_line |
|
inline |
Definition at line 59 of file PCPPProgram.H.
|
inline |
Definition at line 61 of file PCPPProgram.H.
|
inline |
Definition at line 63 of file PCPPProgram.H.
|
inline |
Definition at line 65 of file PCPPProgram.H.
|
inlinevirtual |
Definition at line 131 of file PCPPProgram.H.
|
inlinevirtual |
Reimplemented from Program< GlobalType, ComLineType >.
Definition at line 120 of file PCPPProgram.H.
References Program< GlobalType, ComLineType >::Finalize().
|
inlinevirtual |
Reimplemented from Program< GlobalType, ComLineType >.
Definition at line 67 of file PCPPProgram.H.
References ComLineObject::ErrorReport(), ComLineObject::GetOption(), Program< GlobalType, ComLineType >::Initialize(), ComLineObject::LongUsage(), and ComLineObject::ShortUsage().
|
inlinevirtual |
Reimplemented from Program< GlobalType, ComLineType >.
Definition at line 119 of file PCPPProgram.H.