|
LLVM
4.0.0
|
#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 |
Protected Member Functions | |
| ~OptionValueBase ()=default | |
Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
| GenericOptionValue ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| ~GenericOptionValue ()=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
Definition at line 456 of file CommandLine.h.
| typedef OptionValue<DataType> llvm::cl::OptionValueBase< DataType, isClass >::WrapperType |
Definition at line 458 of file CommandLine.h.
|
protecteddefault |
|
inline |
Definition at line 467 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 469 of file CommandLine.h.
|
inline |
Definition at line 462 of file CommandLine.h.
|
inline |
Definition at line 460 of file CommandLine.h.
|
inline |
Definition at line 465 of file CommandLine.h.
1.8.6