LLVM API Documentation

llvm::cl::alias Class Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::alias:

Inheritance graph
[legend]
Collaboration diagram for llvm::cl::alias:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void setAliasFor (Option &O)
template<class M0t>
 alias (const M0t &M0)
template<class M0t, class M1t>
 alias (const M0t &M0, const M1t &M1)
template<class M0t, class M1t, class M2t>
 alias (const M0t &M0, const M1t &M1, const M2t &M2)
template<class M0t, class M1t, class M2t, class M3t>
 alias (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3)


Detailed Description

Definition at line 1258 of file CommandLine.h.


Constructor & Destructor Documentation

template<class M0t>
llvm::cl::alias::alias ( const M0t &  M0  )  [inline, explicit]

Definition at line 1284 of file CommandLine.h.

References llvm::cl::apply().

template<class M0t, class M1t>
llvm::cl::alias::alias ( const M0t &  M0,
const M1t &  M1 
) [inline]

Definition at line 1290 of file CommandLine.h.

References llvm::cl::apply().

template<class M0t, class M1t, class M2t>
llvm::cl::alias::alias ( const M0t &  M0,
const M1t &  M1,
const M2t &  M2 
) [inline]

Definition at line 1296 of file CommandLine.h.

References llvm::cl::apply().

template<class M0t, class M1t, class M2t, class M3t>
llvm::cl::alias::alias ( const M0t &  M0,
const M1t &  M1,
const M2t &  M2,
const M3t &  M3 
) [inline]

Definition at line 1303 of file CommandLine.h.

References llvm::cl::apply().


Member Function Documentation

void llvm::cl::alias::setAliasFor ( Option O  )  [inline]

Definition at line 1276 of file CommandLine.h.

References llvm::cl::Option::error().

Referenced by llvm::cl::aliasopt::apply().


The documentation for this class was generated from the following files:



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.