|
SharedMeatAxe
1.0
|
Application data. More...
#include <meataxe.h>
Data Fields | |
| MtxApplicationInfo_t const * | AppInfo |
| Program name and description. More... | |
| int | OrigArgC |
| Original argc from main(). More... | |
| const char ** | OrigArgV |
| Original argv from main(). More... | |
| int | ArgC |
| Number of arguments. More... | |
| const char ** | ArgV |
| Arguments. More... | |
| int | OptEnd |
| Used internally. More... | |
| unsigned long | IsDone [APP_MAX_ARGS] |
| Used internally. More... | |
| const char * | OptArg |
| Used internally. More... | |
| int | OptInd |
| Used internally. More... | |
| char | TempDirName [200] |
| Directory fr temporary files. More... | |
Application data.
This data structure stores all internal data needed by the Application support functions, such as command line arguments, temporary directory names, and more.
| MtxApplicationInfo_t const* MtxApplication_t::AppInfo |
Program name and description.
| int MtxApplication_t::ArgC |
Number of arguments.
| const char** MtxApplication_t::ArgV |
Arguments.
| unsigned long MtxApplication_t::IsDone[APP_MAX_ARGS] |
Used internally.
| const char* MtxApplication_t::OptArg |
Used internally.
| int MtxApplication_t::OptEnd |
Used internally.
| int MtxApplication_t::OptInd |
Used internally.
| int MtxApplication_t::OrigArgC |
Original argc from main().
| const char** MtxApplication_t::OrigArgV |
Original argv from main().
| char MtxApplication_t::TempDirName[200] |
Directory fr temporary files.