LLVM 20.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 |
Public Attributes | |
OptionValue< DataType > | Default |
Definition at line 1371 of file CommandLine.h.
|
inline |
Definition at line 1384 of file CommandLine.h.
|
inline |
Definition at line 1381 of file CommandLine.h.
|
inline |
Definition at line 1382 of file CommandLine.h.
|
inline |
Definition at line 1375 of file CommandLine.h.
OptionValue<DataType> llvm::cl::opt_storage< DataType, false, true >::Default |
Definition at line 1373 of file CommandLine.h.