LLVM 22.0.0git
llvm::cl::LocationClass< Ty > Struct Template Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

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

Public Attributes

Ty & Loc

Detailed Description

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

Definition at line 457 of file CommandLine.h.

Constructor & Destructor Documentation

◆ LocationClass()

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

Definition at line 460 of file CommandLine.h.

References Loc.

Member Function Documentation

◆ apply()

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

Definition at line 462 of file CommandLine.h.

References Loc.

Member Data Documentation

◆ Loc

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

Definition at line 458 of file CommandLine.h.

Referenced by apply(), and LocationClass().


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