LLVM API Documentation

Public Member Functions
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 1646 of file CommandLine.h.


Constructor & Destructor Documentation

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

Definition at line 1684 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 1690 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 1697 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 1704 of file CommandLine.h.

References llvm::cl::apply().


Member Function Documentation

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

Definition at line 1676 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: