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 670 of file CommandLine.h.
| llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::opt_storage | ( | ) | [inline] |
Definition at line 679 of file CommandLine.h.
| bool llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setLocation | ( | Option & | O, | |
| DataType & | L | |||
| ) | [inline] |
Definition at line 681 of file CommandLine.h.
| void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue | ( | const T & | V | ) | [inline] |
Definition at line 689 of file CommandLine.h.
Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setInitialValue().
| DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue | ( | ) | [inline] |
Definition at line 694 of file CommandLine.h.
Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator DataType(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=().
| const DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue | ( | ) | const [inline] |
Definition at line 695 of file CommandLine.h.