feisty meow concerns codebase  2.140
command_line.h File Reference
Include dependency graph for command_line.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ DEFINE_ARGC_AND_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.

◆ SET_ARGC_ARGV

#define SET_ARGC_ARGV (   argc,
  argv 
)
Value:

this macro assigns our command-line parameters for this program.

Definition at line 211 of file command_line.h.