|
LLVM
8.0.1
|
#include "llvm/Support/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 & | operator= (const OptionValueCopy &)=default |
| ~OptionValueCopy ()=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 506 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
default |
|
inline |
Definition at line 530 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 532 of file CommandLine.h.
|
inline |
Definition at line 520 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
inline |
Definition at line 518 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
|
protecteddefault |
|
inline |
Definition at line 525 of file CommandLine.h.
1.8.13