LLVM API Documentation
#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) |
![]() | |
OptionValueCopy () | |
bool | hasValue () const |
const cl::boolOrDefault & | getValue () const |
void | setValue (const cl::boolOrDefault &V) |
bool | compare (const cl::boolOrDefault &V) const |
virtual bool | compare (const GenericOptionValue &V) const |
![]() | |
virtual | ~GenericOptionValue () |
Definition at line 434 of file CommandLine.h.
Definition at line 435 of file CommandLine.h.
|
inline |
Definition at line 437 of file CommandLine.h.
|
inline |
Definition at line 439 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, is_class< DataType >::value >::setValue().
|
inline |
Definition at line 442 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, is_class< DataType >::value >::setValue().