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 694 of file CommandLine.h.
const DataType& llvm::cl::opt_storage< DataType, false, true >::getValue | ( | ) | const [inline] |
Definition at line 700 of file CommandLine.h.
DataType& llvm::cl::opt_storage< DataType, false, true >::getValue | ( | ) | [inline] |
Definition at line 699 of file CommandLine.h.
void llvm::cl::opt_storage< DataType, false, true >::setValue | ( | const T & | V | ) | [inline] |
Definition at line 697 of file CommandLine.h.