|
LLVM
3.7.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 ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
Definition at line 375 of file CommandLine.h.
| typedef OptionValue<DataType> llvm::cl::OptionValueBase< DataType, isClass >::WrapperType |
Definition at line 377 of file CommandLine.h.
|
protecteddefault |
|
inline |
Definition at line 386 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 388 of file CommandLine.h.
|
inline |
Definition at line 381 of file CommandLine.h.
|
inline |
Definition at line 379 of file CommandLine.h.
|
inline |
Definition at line 384 of file CommandLine.h.
1.8.6