PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
PixelBullet::ApplicationCommandLineArgs Struct Reference

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.
 

Detailed Description

Command-line arguments passed to the application.

Member Function Documentation

◆ operator[]()

const char * PixelBullet::ApplicationCommandLineArgs::operator[] ( int index) const
inline

Accesses an argument by index.

Parameters
indexThe index of the argument.
Returns
A pointer to the argument string at the specified index.

Member Data Documentation

◆ Args

char** PixelBullet::ApplicationCommandLineArgs::Args = nullptr

Pointer to an array of argument strings.

◆ Count

int PixelBullet::ApplicationCommandLineArgs::Count = 0

The number of arguments.


The documentation for this struct was generated from the following file: