LLVM 20.0.0git
|
#include "llvm/Support/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 1391 of file CommandLine.h.
|
inline |
Definition at line 1398 of file CommandLine.h.
|
inline |
Definition at line 1408 of file CommandLine.h.
|
inline |
Definition at line 1405 of file CommandLine.h.
|
inline |
Definition at line 1406 of file CommandLine.h.
|
inline |
Definition at line 1410 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1413 of file CommandLine.h.
|
inline |
Definition at line 1400 of file CommandLine.h.
OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1394 of file CommandLine.h.
DataType llvm::cl::opt_storage< DataType, false, false >::Value |
Definition at line 1393 of file CommandLine.h.