LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
opt_storage () | |
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 1061 of file CommandLine.h.
llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::opt_storage | ( | ) | [inline] |
Definition at line 1071 of file CommandLine.h.
const OptionValue<DataType>& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getDefault | ( | ) | const [inline] |
Definition at line 1094 of file CommandLine.h.
DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue | ( | ) | [inline] |
Definition at line 1089 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().
const DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue | ( | ) | const [inline] |
Definition at line 1090 of file CommandLine.h.
llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::operator DataType | ( | ) | const [inline] |
Definition at line 1092 of file CommandLine.h.
bool llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setLocation | ( | Option & | O, |
DataType & | L | ||
) | [inline] |
Definition at line 1073 of file CommandLine.h.
void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue | ( | const T & | V, |
bool | initial = false |
||
) | [inline] |
Definition at line 1082 of file CommandLine.h.