llvm::cl::generic_parser_base Class Reference
#include <CommandLine.h>
List of all members.
Constructor & Destructor Documentation
| virtual llvm::cl::generic_parser_base::~generic_parser_base |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| unsigned generic_parser_base::findOption |
( |
const char * |
Name |
) |
|
| virtual const char* llvm::cl::generic_parser_base::getDescription |
( |
unsigned |
N |
) |
const [pure virtual] |
| void llvm::cl::generic_parser_base::getExtraOptionNames |
( |
SmallVectorImpl< const char * > & |
OptionNames |
) |
[inline] |
| virtual unsigned llvm::cl::generic_parser_base::getNumOptions |
( |
|
) |
const [pure virtual] |
| virtual const char* llvm::cl::generic_parser_base::getOption |
( |
unsigned |
N |
) |
const [pure virtual] |
| virtual const GenericOptionValue& llvm::cl::generic_parser_base::getOptionValue |
( |
unsigned |
N |
) |
const [pure virtual] |
| size_t generic_parser_base::getOptionWidth |
( |
const Option & |
O |
) |
const [virtual] |
| enum ValueExpected llvm::cl::generic_parser_base::getValueExpectedFlagDefault |
( |
|
) |
const [inline] |
| void llvm::cl::generic_parser_base::initialize |
( |
Option & |
O |
) |
[inline] |
template<class AnyOptionValue >
| void llvm::cl::generic_parser_base::printOptionDiff |
( |
const Option & |
O, |
|
|
const AnyOptionValue & |
V, |
|
|
const AnyOptionValue & |
Default, |
|
|
size_t |
GlobalWidth | |
|
) |
| | const [inline] |
| void generic_parser_base::printOptionInfo |
( |
const Option & |
O, |
|
|
size_t |
GlobalWidth | |
|
) |
| | const [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: