LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::cl::initializer< Ty > Struct Template Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::initializer< Ty >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 initializer (const Ty &Val)
template<class Opt>
void apply (Opt &O) const

Public Attributes

const Ty & Init

Detailed Description

template<class Ty>
struct llvm::cl::initializer< Ty >

Definition at line 263 of file CommandLine.h.


Constructor & Destructor Documentation

template<class Ty>
llvm::cl::initializer< Ty >::initializer const Ty &  Val  )  [inline]
 

Definition at line 265 of file CommandLine.h.


Member Function Documentation

template<class Ty>
template<class Opt>
void llvm::cl::initializer< Ty >::apply Opt &  O  )  const [inline]
 

Definition at line 268 of file CommandLine.h.

References llvm::cl::initializer< Ty >::Init.


Member Data Documentation

template<class Ty>
const Ty& llvm::cl::initializer< Ty >::Init
 

Definition at line 264 of file CommandLine.h.

Referenced by llvm::cl::initializer< Ty >::apply().


The documentation for this struct was generated from the following file: