#include <CommandLineOptions.hh>
◆ arg_type
enum LDASTools::AL::CommandLineOptions::Option::arg_type |
Enumerator |
---|
ARG_NONE | |
ARG_REQUIRED | |
ARG_OPTIONAL | |
◆ Option() [1/2]
◆ Option() [2/2]
◆ ArgumentArg()
const std::string & LDASTools::AL::CommandLineOptions::Option::ArgumentArg |
( |
| ) |
const |
|
inline |
◆ ArgumentId()
int LDASTools::AL::CommandLineOptions::Option::ArgumentId |
( |
| ) |
const |
|
inline |
◆ ArgumentName()
const std::string & LDASTools::AL::CommandLineOptions::Option::ArgumentName |
( |
| ) |
const |
|
inline |
◆ ArgumentType()
◆ Description()
const std::string & LDASTools::AL::CommandLineOptions::Option::Description |
( |
| ) |
const |
|
inline |
◆ Prefix()
const char * LDASTools::AL::CommandLineOptions::Option::Prefix |
( |
| ) |
|
|
inlinestatic |
◆ ValidateArg()
bool LDASTools::AL::CommandLineOptions::Option::ValidateArg |
( |
const std::string & |
Arg | ) |
const |
|
inline |
◆ m_arg_type
const arg_type LDASTools::AL::CommandLineOptions::Option::m_arg_type |
|
private |
◆ m_argument
const std::string LDASTools::AL::CommandLineOptions::Option::m_argument |
|
private |
◆ m_id
const int LDASTools::AL::CommandLineOptions::Option::m_id |
|
private |
◆ m_name
const std::string LDASTools::AL::CommandLineOptions::Option::m_name |
|
private |
◆ m_prefix
const char * LDASTools::AL::CommandLineOptions::Option::m_prefix |
|
staticprivate |
◆ m_usage
const std::string LDASTools::AL::CommandLineOptions::Option::m_usage |
|
private |
◆ validator
boost::shared_ptr< Validator > LDASTools::AL::CommandLineOptions::Option::validator |
|
private |
The documentation for this class was generated from the following files: