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 |
virtual bool | compare (const GenericOptionValue &) const |
![]() | |
virtual | ~GenericOptionValue () |
Definition at line 363 of file CommandLine.h.
typedef OptionValue<DataType> llvm::cl::OptionValueBase< DataType, isClass >::WrapperType |
Definition at line 365 of file CommandLine.h.
|
inline |
Definition at line 375 of file CommandLine.h.
|
inlinevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 377 of file CommandLine.h.
|
inline |
Definition at line 369 of file CommandLine.h.
|
inline |
Definition at line 367 of file CommandLine.h.
|
inline |
Definition at line 373 of file CommandLine.h.