LLVM API Documentation

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

#include <CommandLine.h>

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LocationClass (Ty &L)
template<class Opt>
void apply (Opt &O) const

Public Attributes

TyLoc

Detailed Description

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

Definition at line 283 of file CommandLine.h.


Constructor & Destructor Documentation

template<class Ty>
llvm::cl::LocationClass< Ty >::LocationClass ( Ty L  )  [inline]

Definition at line 285 of file CommandLine.h.


Member Function Documentation

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

Definition at line 288 of file CommandLine.h.

References llvm::cl::LocationClass< Ty >::Loc.


Member Data Documentation

template<class Ty>
Ty& llvm::cl::LocationClass< Ty >::Loc

Definition at line 284 of file CommandLine.h.

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


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