|
LLVM
3.7.0
|
#include <CommandLine.h>
Public Types | |
| typedef DataType | WrapperType |
Protected Member Functions | |
| ~OptionValueBase ()=default | |
| OptionValueBase ()=default | |
| OptionValueBase (const OptionValueBase &)=default | |
| OptionValueBase & | operator= (const OptionValueBase &)=default |
Protected Member Functions inherited from llvm::cl::OptionValueCopy< DataType > | |
| ~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 |
Additional Inherited Members | |
Public Member Functions inherited from llvm::cl::OptionValueCopy< DataType > | |
| 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 |
Definition at line 434 of file CommandLine.h.
| typedef DataType llvm::cl::OptionValueBase< DataType, false >::WrapperType |
Definition at line 435 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
1.8.6