#include <command_line.h>
Definition at line 61 of file command_line.h.
◆ Option() [1/3]
fml::CommandLine::Option::Option |
( |
| ) |
|
|
inline |
◆ Option() [2/3]
fml::CommandLine::Option::Option |
( |
const std::string & |
name | ) |
|
|
explicit |
◆ Option() [3/3]
fml::CommandLine::Option::Option |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
◆ operator!=()
bool fml::CommandLine::Option::operator!= |
( |
const Option & |
other | ) |
const |
|
inline |
Definition at line 69 of file command_line.h.
bool operator==(const Option &other) const
◆ operator==()
bool fml::CommandLine::Option::operator== |
( |
const Option & |
other | ) |
const |
|
inline |
◆ name
std::string fml::CommandLine::Option::name |
◆ value
std::string fml::CommandLine::Option::value |
The documentation for this struct was generated from the following files: