#include <OS.h>
Public Member Functions | |
| GetOpt (int argc, char *const argv[], const char *opt, int flag) | |
| ~GetOpt () | |
| int | operator() () |
Public Attributes | |
| char * | optarg |
| int | optind |
| オプション引数 | |
| int | opterr |
| 処理対象引数 | |
| int | optopt |
| エラー表示 0:抑止、1:表示 | |
| coil::GetOpt::GetOpt | ( | int | argc, | |
| char *const | argv[], | |||
| const char * | opt, | |||
| int | flag | |||
| ) | [inline] |
References optind.
| coil::GetOpt::~GetOpt | ( | ) | [inline] |
References optind.
| char* coil::GetOpt::optarg |
Referenced by operator()().
1.5.5