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