|
|
PixelBullet
0.0.1
A C++ game engine
|
Command-line arguments passed to the application. More...
#include <specification.h>
Public Member Functions | |
| const char * | operator[] (int index) const |
| Accesses an argument by index. | |
Public Attributes | |
| int | count = 0 |
| The number of arguments. | |
| char ** | args = nullptr |
| Pointer to an array of argument strings. | |
Command-line arguments passed to the application.
|
inline |
Accesses an argument by index.
| index | The index of the argument. |
| char** pixelbullet::ApplicationCommandLineArgs::args = nullptr |
Pointer to an array of argument strings.
| int pixelbullet::ApplicationCommandLineArgs::count = 0 |
The number of arguments.