LLVM API Documentation
#include <CommandLine.h>
Public Types | |
typedef OptionValue< DataType > | WrapperType |
Public Member Functions | |
bool | hasValue () const |
const DataType & | getValue () const |
template<class DT > | |
void | setValue (const DT &) |
bool | compare (const DataType &) const |
bool | compare (const GenericOptionValue &) const override |
Definition at line 368 of file CommandLine.h.
typedef OptionValue<DataType> llvm::cl::OptionValueBase< DataType, isClass >::WrapperType |
Definition at line 370 of file CommandLine.h.
bool llvm::cl::OptionValueBase< DataType, isClass >::compare | ( | const DataType & | ) | const [inline] |
Definition at line 380 of file CommandLine.h.
bool llvm::cl::OptionValueBase< DataType, isClass >::compare | ( | const GenericOptionValue & | ) | const [inline, override, virtual] |
Implements llvm::cl::GenericOptionValue.
Definition at line 382 of file CommandLine.h.
const DataType& llvm::cl::OptionValueBase< DataType, isClass >::getValue | ( | ) | const [inline] |
Definition at line 374 of file CommandLine.h.
bool llvm::cl::OptionValueBase< DataType, isClass >::hasValue | ( | ) | const [inline] |
Definition at line 372 of file CommandLine.h.
void llvm::cl::OptionValueBase< DataType, isClass >::setValue | ( | const DT & | ) | [inline] |
Definition at line 378 of file CommandLine.h.