#include <cmd_line.h>
◆ CommandLine()
dirac::CommandLine::CommandLine |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const std::set< std::string > & |
bool_opts |
|
) |
| |
◆ Count()
size_t dirac::CommandLine::Count |
( |
| ) |
const |
|
inline |
◆ GetInputs()
const std::vector< std::string > & dirac::CommandLine::GetInputs |
( |
| ) |
const |
|
inline |
◆ GetOptions()
const std::vector< option > & dirac::CommandLine::GetOptions |
( |
| ) |
const |
|
inline |
◆ m_bool_opts
const std::set<std::string>& dirac::CommandLine::m_bool_opts |
|
private |
◆ m_inputs
std::vector<std::string> dirac::CommandLine::m_inputs |
|
private |
◆ m_options
std::vector<option> dirac::CommandLine::m_options |
|
private |
The documentation for this class was generated from the following file: