|
LLVM
4.0.0
|
#include <CommandLine.h>
Public Member Functions | |
| OptionValue ()=default | |
| OptionValue (const DataType &V) | |
| template<class DT > | |
| OptionValue< DataType > & | operator= (const DT &V) |
Public Member Functions inherited from llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value > | |
| bool | hasValue () const |
| const DataType & | getValue () const |
| void | setValue (const DT &) |
| bool | compare (const DataType &) const |
| bool | compare (const GenericOptionValue &) const override |
Additional Inherited Members | |
Public Types inherited from llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value > | |
| typedef OptionValue< DataType > | WrapperType |
Protected Member Functions inherited from llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value > | |
| ~OptionValueBase ()=default | |
Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
| GenericOptionValue ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| ~GenericOptionValue ()=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
Definition at line 451 of file CommandLine.h.
|
default |
|
inline |
Definition at line 531 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().
|
inline |
Definition at line 534 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().
1.8.6