LLVM API Documentation
#include <CommandLine.h>


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 725 of file CommandLine.h.
| llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::opt_storage | ( | ) | [inline] |
Definition at line 734 of file CommandLine.h.
| bool llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setLocation | ( | Option & | O, | |
| DataType & | L | |||
| ) | [inline] |
Definition at line 736 of file CommandLine.h.
| void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue | ( | const T & | V | ) | [inline] |
Definition at line 744 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 749 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 750 of file CommandLine.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.