LLVM API Documentation
#include <CommandLine.h>

Public Member Functions | |
| opt_storage () | |
| template<class T > | |
| void | setValue (const T &V, bool initial=false) |
| DataType & | getValue () |
| DataType | getValue () const |
| const OptionValue< DataType > & | getDefault () const |
| operator DataType () const | |
| DataType | operator-> () const |
Public Attributes | |
| DataType | Value |
| OptionValue< DataType > | Default |
Definition at line 1124 of file CommandLine.h.
| llvm::cl::opt_storage< DataType, false, false >::opt_storage | ( | ) | [inline] |
Definition at line 1131 of file CommandLine.h.
| const OptionValue<DataType>& llvm::cl::opt_storage< DataType, false, false >::getDefault | ( | ) | const [inline] |
Definition at line 1142 of file CommandLine.h.
| DataType& llvm::cl::opt_storage< DataType, false, false >::getValue | ( | ) | [inline] |
Definition at line 1139 of file CommandLine.h.
| DataType llvm::cl::opt_storage< DataType, false, false >::getValue | ( | ) | const [inline] |
Definition at line 1140 of file CommandLine.h.
| llvm::cl::opt_storage< DataType, false, false >::operator DataType | ( | ) | const [inline] |
Definition at line 1144 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
| DataType llvm::cl::opt_storage< DataType, false, false >::operator-> | ( | ) | const [inline] |
Definition at line 1147 of file CommandLine.h.
| void llvm::cl::opt_storage< DataType, false, false >::setValue | ( | const T & | V, |
| bool | initial = false |
||
| ) | [inline] |
Definition at line 1134 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1127 of file CommandLine.h.
Definition at line 1126 of file CommandLine.h.