LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::opt_storage< DataType, ExternalStorage, isClass >:
Public Member Functions | |
opt_storage () | |
bool | setLocation (Option &O, DataType &L) |
template<class T> | |
void | setValue (const T &V) |
DataType & | getValue () |
const DataType & | getValue () const |
Definition at line 660 of file CommandLine.h.
llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::opt_storage | ( | ) | [inline] |
Definition at line 669 of file CommandLine.h.
const DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue | ( | ) | const [inline] |
Definition at line 685 of file CommandLine.h.
DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue | ( | ) | [inline] |
Definition at line 684 of file CommandLine.h.
Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator DataType(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=().
bool llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setLocation | ( | Option & | O, | |
DataType & | L | |||
) | [inline] |
Definition at line 671 of file CommandLine.h.
void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue | ( | const T & | V | ) | [inline] |
Definition at line 679 of file CommandLine.h.
Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setInitialValue().