|
feisty meow concerns codebase
2.140
|


Go to the source code of this file.
Classes | |
| class | application::command_parameter |
| class | application::command_line |
Namespaces | |
| application | |
| Implements an application lock to ensure only one is running at once. | |
Macros | |
| #define | DEFINE_ARGC_AND_ARGV int _global_argc = 0; char **_global_argv = NULL_POINTER |
| this macro allocates space for the command-line storage areas. More... | |
| #define | SET_ARGC_ARGV(argc, argv) |
| this macro assigns our command-line parameters for this program. More... | |
Variables | |
| int | application::_global_argc |
| char ** | application::_global_argv |
| #define DEFINE_ARGC_AND_ARGV int _global_argc = 0; char **_global_argv = NULL_POINTER |
this macro allocates space for the command-line storage areas.
Definition at line 208 of file command_line.h.
| #define SET_ARGC_ARGV | ( | argc, | |
| argv | |||
| ) |
this macro assigns our command-line parameters for this program.
Definition at line 211 of file command_line.h.