#include <Application.hpp>
|
| std::map< std::string, std::string > | ArgMap |
| char ** | Args = nullptr |
| int | Size = 0 |
Parses raw argv into an index-and-flag lookup. Kept around on ApplicationDefaults for the lifetime of the Application.
Definition at line 19 of file Application.hpp.
◆ Arguments()
| Sleak::Arguments::Arguments |
( |
int | argc, |
|
|
char ** | argv ) |
|
inline |
◆ operator[]() [1/2]
| const char * Sleak::Arguments::operator[] |
( |
int | index | ) |
const |
|
inline |
◆ operator[]() [2/2]
| const std::string Sleak::Arguments::operator[] |
( |
std::string | key | ) |
const |
|
inline |
◆ ArgMap
| std::map<std::string, std::string> Sleak::Arguments::ArgMap |
◆ Args
| char** Sleak::Arguments::Args = nullptr |
◆ Size
| int Sleak::Arguments::Size = 0 |