|
LLVM
4.0.0
|
#include <CommandLine.h>
Public Member Functions | |
| OptionValueCopy ()=default | |
| 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 (const OptionValueCopy &)=default | |
| ~OptionValueCopy ()=default | |
| OptionValueCopy & | operator= (const OptionValueCopy &)=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 478 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
default |
|
inline |
Definition at line 502 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 504 of file CommandLine.h.
|
inline |
Definition at line 492 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
inline |
Definition at line 490 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
protecteddefault |
|
inline |
Definition at line 497 of file CommandLine.h.
1.8.6