COOPY » Guide
version 0.6.5
|
#include <getopt.h>
Data Fields | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
int* option::flag |
Definition at line 176 of file getopt.h.
Referenced by _getopt_internal_r().
int option::has_arg |
Definition at line 175 of file getopt.h.
Referenced by _getopt_internal_r().
const char* option::name |
Definition at line 172 of file getopt.h.
Referenced by _getopt_internal_r(), coopy::app::Options::apply(), and coopy::app::Options::getExampleReqs().
int option::val |
Definition at line 177 of file getopt.h.
Referenced by _getopt_internal_r().