LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"
Public Types | |
using | WrapperType = cl::boolOrDefault |
Public Member Functions | |
OptionValue ()=default | |
OptionValue (const cl::boolOrDefault &V) | |
OptionValue< cl::boolOrDefault > & | operator= (const cl::boolOrDefault &V) |
Public Member Functions inherited from llvm::cl::OptionValueCopy< cl::boolOrDefault > | |
OptionValueCopy ()=default | |
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 (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 571 of file CommandLine.h.
Definition at line 573 of file CommandLine.h.
|
default |
|
inline |
Definition at line 577 of file CommandLine.h.
|
inline |
Definition at line 579 of file CommandLine.h.