LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::opt_storage< DataType, false, true >:
Public Member Functions | |
template<class T> | |
void | setValue (const T &V) |
DataType & | getValue () |
const DataType & | getValue () const |
Definition at line 704 of file CommandLine.h.
void llvm::cl::opt_storage< DataType, false, true >::setValue | ( | const T & | V | ) | [inline] |
Definition at line 707 of file CommandLine.h.
DataType& llvm::cl::opt_storage< DataType, false, true >::getValue | ( | ) | [inline] |
Definition at line 709 of file CommandLine.h.
const DataType& llvm::cl::opt_storage< DataType, false, true >::getValue | ( | ) | const [inline] |
Definition at line 710 of file CommandLine.h.