|
LLVM
4.0.0
|
#include <CommandLine.h>
Public Member Functions | |
| opt_storage ()=default | |
| bool | setLocation (Option &O, DataType &L) |
| template<class T > | |
| void | setValue (const T &V, bool initial=false) |
| DataType & | getValue () |
| const DataType & | getValue () const |
| operator DataType () const | |
| const OptionValue< DataType > & | getDefault () const |
Definition at line 1173 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1212 of file CommandLine.h.
|
inline |
Definition at line 1201 of file CommandLine.h.
Referenced by llvm::cl::opt_storage< DataType, ExternalStorage, std::is_class< DataType >::value >::operator DataType(), and llvm::cl::opt_storage< DataType, false, false >::operator DataType().
|
inline |
Definition at line 1205 of file CommandLine.h.
|
inline |
Definition at line 1210 of file CommandLine.h.
|
inline |
Definition at line 1186 of file CommandLine.h.
|
inline |
Definition at line 1194 of file CommandLine.h.
1.8.6