GameKit  0.0.1a
C++ gamedev tools
Public Attributes | List of all members
gk::Argument Struct Reference

#include <ArgumentParser.hpp>

Public Attributes

std::string shortName
 
std::string longName
 
bool hasParameter = false
 
std::string parameter = ""
 
bool isFound = false
 

Detailed Description

Definition at line 23 of file ArgumentParser.hpp.

Member Data Documentation

§ hasParameter

bool gk::Argument::hasParameter = false

Definition at line 26 of file ArgumentParser.hpp.

§ isFound

bool gk::Argument::isFound = false

Definition at line 28 of file ArgumentParser.hpp.

§ longName

std::string gk::Argument::longName

Definition at line 25 of file ArgumentParser.hpp.

§ parameter

std::string gk::Argument::parameter = ""

Definition at line 27 of file ArgumentParser.hpp.

§ shortName

std::string gk::Argument::shortName

Definition at line 24 of file ArgumentParser.hpp.


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