|
LLVM
4.0.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 1240 of file CommandLine.h.
|
inline |
Definition at line 1247 of file CommandLine.h.
|
inline |
Definition at line 1257 of file CommandLine.h.
|
inline |
Definition at line 1254 of file CommandLine.h.
|
inline |
Definition at line 1255 of file CommandLine.h.
|
inline |
Definition at line 1259 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1262 of file CommandLine.h.
|
inline |
Definition at line 1249 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1243 of file CommandLine.h.
Definition at line 1242 of file CommandLine.h.
1.8.6