LLVM API Documentation
#include <CommandLine.h>


Public Member Functions | |
| OptionValue () | |
| OptionValue (const DataType &V) | |
| template<class DT > | |
| OptionValue< DataType > & | operator= (const DT &V) |
Public Member Functions inherited from llvm::cl::OptionValueBase< DataType, is_class< DataType >::value > | |
| bool | hasValue () const |
| const DataType & | getValue () const |
| void | setValue (const DT &) |
| bool | compare (const DataType &) const |
| virtual bool | compare (const GenericOptionValue &) const |
Public Member Functions inherited from llvm::cl::GenericOptionValue | |
| virtual | ~GenericOptionValue () |
Additional Inherited Members | |
Public Types inherited from llvm::cl::OptionValueBase< DataType, is_class< DataType >::value > | |
| 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().