|
LLVM
3.7.0
|
#include <CommandLine.h>
Public Member Functions | |
| OptionValueCopy () | |
| bool | hasValue () const |
| const DataType & | getValue () const |
| void | setValue (const DataType &V) |
| bool | compare (const DataType &V) const |
| bool | compare (const GenericOptionValue &V) const override |
Protected Member Functions | |
| ~OptionValueCopy ()=default | |
| OptionValueCopy (const OptionValueCopy &)=default | |
| OptionValueCopy & | operator= (const OptionValueCopy &)=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 397 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
inline |
Definition at line 407 of file CommandLine.h.
|
inline |
Definition at line 421 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 423 of file CommandLine.h.
|
inline |
Definition at line 411 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
inline |
Definition at line 409 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
protecteddefault |
|
inline |
Definition at line 416 of file CommandLine.h.
1.8.6