LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"
Public Types | |
using | WrapperType = OptionValue< DataType > |
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 |
Protected Member Functions | |
~OptionValueBase ()=default | |
Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
GenericOptionValue ()=default | |
GenericOptionValue (const GenericOptionValue &)=default | |
GenericOptionValue & | operator= (const GenericOptionValue &)=default |
~GenericOptionValue ()=default | |
Definition at line 484 of file CommandLine.h.
using llvm::cl::OptionValueBase< DataType, isClass >::WrapperType = OptionValue<DataType> |
Definition at line 486 of file CommandLine.h.
|
protecteddefault |
|
inline |
Definition at line 495 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 497 of file CommandLine.h.
|
inline |
Definition at line 490 of file CommandLine.h.
|
inline |
Definition at line 488 of file CommandLine.h.
|
inline |
Definition at line 493 of file CommandLine.h.