|
LLVM
3.7.0
|
#include <CommandLine.h>
Public Types | |
| typedef cl::boolOrDefault | WrapperType |
Public Member Functions | |
| OptionValue () | |
| OptionValue (const cl::boolOrDefault &V) | |
| OptionValue< cl::boolOrDefault > & | operator= (const cl::boolOrDefault &V) |
Public Member Functions inherited from llvm::cl::OptionValueCopy< cl::boolOrDefault > | |
| OptionValueCopy () | |
| bool | hasValue () const |
| const cl::boolOrDefault & | getValue () const |
| void | setValue (const cl::boolOrDefault &V) |
| bool | compare (const cl::boolOrDefault &V) const |
| bool | compare (const GenericOptionValue &V) const override |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::cl::OptionValueCopy< cl::boolOrDefault > | |
| ~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 461 of file CommandLine.h.
Definition at line 463 of file CommandLine.h.
|
inline |
Definition at line 465 of file CommandLine.h.
|
inline |
Definition at line 467 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().
|
inline |
Definition at line 468 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().
1.8.6