LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
OptionValue () | |
OptionValue (const DataType &V) | |
template<class DT > | |
OptionValue< DataType > & | operator= (const DT &V) |
Definition at line 424 of file CommandLine.h.
llvm::cl::OptionValue< DataType >::OptionValue | ( | ) | [inline] |
Definition at line 425 of file CommandLine.h.
llvm::cl::OptionValue< DataType >::OptionValue | ( | const DataType & | V | ) | [inline] |
Definition at line 427 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().
OptionValue<DataType>& llvm::cl::OptionValue< DataType >::operator= | ( | const DT & | V | ) | [inline] |
Definition at line 432 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().