LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::parser< DataType >:
Public Types | |
typedef DataType | parser_data_type |
Public Member Functions | |
unsigned | getNumOptions () const |
const char * | getOption (unsigned N) const |
const char * | getDescription (unsigned N) const |
bool | parse (Option &O, const char *ArgName, const std::string &Arg, DataType &V) |
template<class DT> | |
void | addLiteralOption (const char *Name, const DT &V, const char *HelpStr) |
void | removeLiteralOption (const char *Name) |
Protected Attributes | |
std::vector< std::pair< const char *, std::pair< DataType, const char * > > > | Values |
Definition at line 430 of file CommandLine.h.
|
Definition at line 435 of file CommandLine.h. |
|
Definition at line 464 of file CommandLine.h. |
|
Implements llvm::cl::generic_parser_base. Definition at line 440 of file CommandLine.h. |
|
Implements llvm::cl::generic_parser_base. Definition at line 438 of file CommandLine.h. |
|
Implements llvm::cl::generic_parser_base. Definition at line 439 of file CommandLine.h. |
|
Definition at line 445 of file CommandLine.h. |
|
Definition at line 472 of file CommandLine.h. |
|