LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
OptionValue () | |
OptionValue (const DataType &V) | |
template<class DT > | |
OptionValue< DataType > & | operator= (const DT &V) |
![]() | |
bool | hasValue () const |
const DataType & | getValue () const |
void | setValue (const DT &) |
bool | compare (const DataType &) const |
virtual bool | compare (const GenericOptionValue &) const |
![]() | |
virtual | ~GenericOptionValue () |
Additional Inherited Members | |
![]() | |
typedef OptionValue< DataType > | WrapperType |
Definition at line 358 of file CommandLine.h.
|
inline |
Definition at line 418 of file CommandLine.h.
|
inline |
Definition at line 420 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, is_class< DataType >::value >::setValue().
|
inline |
Definition at line 425 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, is_class< DataType >::value >::setValue().