LLVM API Documentation
#include <CommandLine.h>

Public Member Functions | |
| initializer (const Ty &Val) | |
| template<class Opt > | |
| void | apply (Opt &O) const |
Public Attributes | |
| const Ty & | Init |
Definition at line 310 of file CommandLine.h.
| llvm::cl::initializer< Ty >::initializer | ( | const Ty & | Val | ) | [inline] |
Definition at line 312 of file CommandLine.h.
| void llvm::cl::initializer< Ty >::apply | ( | Opt & | O | ) | const [inline] |
Definition at line 315 of file CommandLine.h.
| const Ty& llvm::cl::initializer< Ty >::Init |
Definition at line 311 of file CommandLine.h.