LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
OptionValueCopy () | |
bool | hasValue () const |
const DataType & | getValue () const |
void | setValue (const DataType &V) |
bool | compare (const DataType &V) const |
bool | compare (const GenericOptionValue &V) const override |
Definition at line 389 of file CommandLine.h.
llvm::cl::OptionValueCopy< DataType >::OptionValueCopy | ( | ) | [inline] |
Definition at line 393 of file CommandLine.h.
bool llvm::cl::OptionValueCopy< DataType >::compare | ( | const DataType & | V | ) | const [inline] |
Definition at line 404 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
bool llvm::cl::OptionValueCopy< DataType >::compare | ( | const GenericOptionValue & | V | ) | const [inline, override, virtual] |
Implements llvm::cl::GenericOptionValue.
Definition at line 408 of file CommandLine.h.
const DataType& llvm::cl::OptionValueCopy< DataType >::getValue | ( | ) | const [inline] |
Definition at line 397 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
bool llvm::cl::OptionValueCopy< DataType >::hasValue | ( | ) | const [inline] |
Definition at line 395 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< cl::boolOrDefault >::compare().
void llvm::cl::OptionValueCopy< DataType >::setValue | ( | const DataType & | V | ) | [inline] |
Definition at line 402 of file CommandLine.h.