|
|
PixelBullet
0.0.1
A C++ game engine
|
Command-line arguments passed to the application. More...
#include <Specification.hpp>
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.