LLVM 22.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
template<class T> | |
void | setValue (const T &V, bool initial=false) |
DataType & | getValue () |
const DataType & | getValue () const |
const OptionValue< DataType > & | getDefault () const |
opt_storage ()=default | |
bool | setLocation (Option &O, DataType &L) |
operator DataType () const |
Public Attributes | |
OptionValue< DataType > | Default |
Definition at line 1403 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1416 of file CommandLine.h.
References Default.
|
inline |
Definition at line 1413 of file CommandLine.h.
|
inline |
Definition at line 1414 of file CommandLine.h.
|
inline |
Definition at line 1393 of file CommandLine.h.
|
inline |
Definition at line 1369 of file CommandLine.h.
|
inline |
Definition at line 1407 of file CommandLine.h.
OptionValue<DataType> llvm::cl::opt_storage< DataType, false, true >::Default |
Definition at line 1405 of file CommandLine.h.
Referenced by getDefault(), and setValue().