LLVM API Documentation

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 TyInit

Detailed Description

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

Definition at line 274 of file CommandLine.h.


Constructor & Destructor Documentation

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

Definition at line 276 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 279 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 275 of file CommandLine.h.

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


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