GL Studio C++ Runtime API
|
#include <util.h>
Public Member Functions | |
void | ReadCommandLine (int argc, char **argv) |
void | Usage () |
Prints the usage instructions for the command line operations to stdout. | |
bool | SilentMode () const |
Static Public Member Functions | |
static glsCommandLine * | Instance () |
Public Attributes | |
int | _argc |
The number of arguments. | |
char ** | _argv |
The array of arguments. | |
A singleton used for accessing the command line arguments in generated code
|
static |
void ReadCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses the command line and takes action accordingly.
argc | The number of arguments. |
argv | The array of arguments. |
|
inline |