PSCF v1.1
|
Abstraction of a C array of command line arguments. More...
#include <CommandLine.h>
Public Member Functions | |
CommandLine () | |
Constructor. More... | |
void | append (const char *arg) |
Add a command line argument string. More... | |
void | clear () |
Clear all arguments. More... | |
int | argc () |
Return number of command line arguments. More... | |
char ** | argv () |
Return array of C-string command line argument strings. More... | |
Abstraction of a C array of command line arguments.
Definition at line 21 of file CommandLine.h.
|
inline |
|
inline |
Add a command line argument string.
Definition at line 35 of file CommandLine.h.
Referenced by clear().
|
inline |
Clear all arguments.
Definition at line 41 of file CommandLine.h.
References append().
Referenced by CommandLine().
|
inline |
Return number of command line arguments.
Definition at line 54 of file CommandLine.h.
|
inline |
Return array of C-string command line argument strings.
Definition at line 62 of file CommandLine.h.