![]() |
My Project
|
Go to the source code of this file.
Functions | |
| void | feOptHelp (const char *namename) |
| void | feOptDumpVersionTuple (void) |
| static void * | feOptValue (feOptIndex opt) |
| int | feOptValue (feOptIndex opt, char **val) |
| int | feOptValue (feOptIndex opt, int *val) |
| feOptIndex | feGetOptIndex (const char *namename) |
| feOptIndex | feGetOptIndex (int optc) |
| const char * | feSetOptValue (feOptIndex opt, int optarg) |
| const char * | feSetOptValue (feOptIndex opt, char *optarg) |
| void | fePrintOptValues () |
Variables | |
| const char | SHORT_OPTS_STRING [] |
| EXTERN_VAR struct fe_option | feOptSpec [] |
| feOptIndex feGetOptIndex | ( | const char * | name | ) |
| feOptIndex feGetOptIndex | ( | int | optc | ) |
| void feOptDumpVersionTuple | ( | void | ) |
| void feOptHelp | ( | const char * | name | ) |
Definition at line 379 of file feOpt.cc.
|
inlinestatic |
|
inline |
|
inline |
| void fePrintOptValues | ( | ) |
Definition at line 344 of file feOpt.cc.
| const char * feSetOptValue | ( | feOptIndex | opt, |
| char * | optarg ) |
| const char * feSetOptValue | ( | feOptIndex | opt, |
| int | optarg ) |
| EXTERN_VAR struct fe_option feOptSpec[] |