Data Fields | |
char * | id |
unsigned int | mainArgc |
char ** | mainArgs |
size_t | mainArgsCount |
ArgxcOptions * | options |
size_t | optionsCapacity |
size_t | optionsCount |
char* Argxc::id |
Definition at line 16 of file Argx.c.
Referenced by argxcCreate(), argxcCreateDefault(), argxcDestroy(), and argxcGetId().
unsigned int Argxc::mainArgc |
Definition at line 19 of file Argx.c.
Referenced by argxcCreate(), argxcCreateDefault(), argxcGetArgc(), and argxcGetParam().
char** Argxc::mainArgs |
Definition at line 17 of file Argx.c.
Referenced by argxcCreate(), argxcCreateDefault(), argxcDestroy(), argxcFindParam(), argxcGetMainArgs(), and argxcGetParam().
size_t Argxc::mainArgsCount |
Definition at line 18 of file Argx.c.
Referenced by argxcCreate(), argxcCreateDefault(), argxcDestroy(), argxcFindParam(), argxcGetMainArgs(), and argxcGetParam().
ArgxcOptions* Argxc::options |
Definition at line 20 of file Argx.c.
Referenced by argxcAddOption(), argxcCreate(), argxcCreateDefault(), argxcCreateDocs(), argxcDestroy(), argxcFindParam(), argxcGetOptions(), and argxcGetParam().
size_t Argxc::optionsCapacity |
Definition at line 22 of file Argx.c.
Referenced by argxcAddOption(), argxcCreate(), and argxcCreateDefault().
size_t Argxc::optionsCount |
Definition at line 21 of file Argx.c.
Referenced by argxcAddOption(), argxcCreate(), argxcCreateDefault(), argxcCreateDocs(), argxcDestroy(), argxcFindParam(), argxcGetOptions(), and argxcGetParam().