GetOpt class.
More...
#include <OS.h>
GetOpt class.
Definition at line 157 of file posix/coil/OS.h.
coil::GetOpt::GetOpt |
( |
int |
argc, |
|
|
char *const |
argv[], |
|
|
const char * |
opt, |
|
|
int |
flag |
|
) |
| |
|
inline |
coil::GetOpt::~GetOpt |
( |
| ) |
|
|
inline |
coil::GetOpt::GetOpt |
( |
int |
argc, |
|
|
char *const |
argv[], |
|
|
const char * |
opt, |
|
|
int |
flag |
|
) |
| |
|
inline |
coil::GetOpt::~GetOpt |
( |
| ) |
|
|
inline |
int coil::GetOpt::operator() |
( |
| ) |
|
|
inline |
Parses the command line arguments.
Parses the command line arguments.
- Returns
- Result of parses.
Definition at line 224 of file posix/coil/OS.h.
int coil::GetOpt::operator() |
( |
| ) |
|
|
inline |
Parses the command line arguments.
Parses the command line arguments.
- Returns
- Result of parses.
Definition at line 432 of file win32/coil/OS.h.
char *const * coil::GetOpt::m_argv |
|
private |
const char * coil::GetOpt::m_opt |
|
private |
char * coil::GetOpt::optarg |
The documentation for this class was generated from the following file: