#include <cmd_line.h>
List of all members.
Public Member Functions |
| CommandLine (int argc, char *argv[], const std::set< std::string > &bool_opts) |
| Constructor.
|
const std::vector< option > & | GetOptions () const |
const std::vector< std::string > & | GetInputs () const |
size_t | Count () const |
Constructor & Destructor Documentation
dirac::CommandLine::CommandLine |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const std::set< std::string > & |
bool_opts |
|
) |
| |
Member Function Documentation
size_t dirac::CommandLine::Count |
( |
| ) |
const |
|
inline |
const std::vector<std::string>& dirac::CommandLine::GetInputs |
( |
| ) |
const |
|
inline |
const std::vector<option>& dirac::CommandLine::GetOptions |
( |
| ) |
const |
|
inline |
Member Data Documentation
const std::set<std::string>& dirac::CommandLine::m_bool_opts |
|
private |
std::vector<std::string> dirac::CommandLine::m_inputs |
|
private |
std::vector<option> dirac::CommandLine::m_options |
|
private |
The documentation for this class was generated from the following file: