LLVM API Documentation
#include <CommandLine.h>

Public Member Functions | |
| opt_storage () | |
| template<class T> | |
| void | setValue (const T &V) |
| DataType & | getValue () |
| DataType | getValue () const |
| DataType | operator-> () const |
Public Attributes | |
| DataType | Value |
Definition at line 773 of file CommandLine.h.
| llvm::cl::opt_storage< DataType, false, false >::opt_storage | ( | ) | [inline] |
Definition at line 779 of file CommandLine.h.
| void llvm::cl::opt_storage< DataType, false, false >::setValue | ( | const T & | V | ) | [inline] |
Definition at line 782 of file CommandLine.h.
| DataType& llvm::cl::opt_storage< DataType, false, false >::getValue | ( | ) | [inline] |
Definition at line 783 of file CommandLine.h.
| DataType llvm::cl::opt_storage< DataType, false, false >::getValue | ( | ) | const [inline] |
Definition at line 784 of file CommandLine.h.
| DataType llvm::cl::opt_storage< DataType, false, false >::operator-> | ( | ) | const [inline] |
Definition at line 787 of file CommandLine.h.
| DataType llvm::cl::opt_storage< DataType, false, false >::Value |
Definition at line 775 of file CommandLine.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.