clang  3.9.0
Public Member Functions | List of all members
clang::InheritedConstructor Class Reference

Description of a constructor that was inherited from a base class. More...

#include <DeclCXX.h>

Public Member Functions

 InheritedConstructor ()
 
 InheritedConstructor (ConstructorUsingShadowDecl *Shadow, CXXConstructorDecl *BaseCtor)
 
 operator bool () const
 
ConstructorUsingShadowDeclgetShadowDecl () const
 
CXXConstructorDeclgetConstructor () const
 

Detailed Description

Description of a constructor that was inherited from a base class.

Definition at line 2161 of file DeclCXX.h.

Constructor & Destructor Documentation

clang::InheritedConstructor::InheritedConstructor ( )
inline

Definition at line 2166 of file DeclCXX.h.

clang::InheritedConstructor::InheritedConstructor ( ConstructorUsingShadowDecl Shadow,
CXXConstructorDecl BaseCtor 
)
inline

Definition at line 2167 of file DeclCXX.h.

Member Function Documentation

CXXConstructorDecl* clang::InheritedConstructor::getConstructor ( ) const
inline
ConstructorUsingShadowDecl* clang::InheritedConstructor::getShadowDecl ( ) const
inline
clang::InheritedConstructor::operator bool ( ) const
inlineexplicit

Definition at line 2171 of file DeclCXX.h.


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