#include <cmd_line.h>
|
| 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 |
◆ 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:
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.