LLVM
8.0.1
|
#include "llvm/Support/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 > | |
using | WrapperType = OptionValue< DataType > |
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 & | operator= (const GenericOptionValue &)=default |
~GenericOptionValue ()=default | |
Definition at line 479 of file CommandLine.h.
|
default |
|
inline |
Definition at line 559 of file CommandLine.h.
|
inline |
Definition at line 562 of file CommandLine.h.