|
LLVM
3.7.0
|
#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 1160 of file CommandLine.h.
|
inline |
Definition at line 1167 of file CommandLine.h.
|
inline |
Definition at line 1177 of file CommandLine.h.
|
inline |
Definition at line 1174 of file CommandLine.h.
|
inline |
Definition at line 1175 of file CommandLine.h.
|
inline |
Definition at line 1179 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1182 of file CommandLine.h.
|
inline |
Definition at line 1169 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1163 of file CommandLine.h.
Definition at line 1162 of file CommandLine.h.
1.8.6