LLVM API Documentation
#include <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 1094 of file CommandLine.h.
| const OptionValue<DataType>& llvm::cl::opt_storage< DataType, false, true >::getDefault | ( | ) | const [inline] |
Definition at line 1108 of file CommandLine.h.
| DataType& llvm::cl::opt_storage< DataType, false, true >::getValue | ( | ) | [inline] |
Definition at line 1105 of file CommandLine.h.
| const DataType& llvm::cl::opt_storage< DataType, false, true >::getValue | ( | ) | const [inline] |
Definition at line 1106 of file CommandLine.h.
| void llvm::cl::opt_storage< DataType, false, true >::setValue | ( | const T & | V, |
| bool | initial = false |
||
| ) | [inline] |
Definition at line 1099 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, true >::Default |
Definition at line 1096 of file CommandLine.h.