clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::ASTRecordLayout::VBaseInfo Struct Reference

#include <RecordLayout.h>

Collaboration diagram for clang::ASTRecordLayout::VBaseInfo:
[legend]

Public Member Functions

bool hasVtorDisp () const
 
 VBaseInfo ()
 
 VBaseInfo (CharUnits VBaseOffset, bool hasVtorDisp)
 

Public Attributes

CharUnits VBaseOffset
 The offset to this virtual base in the complete-object layout of this class. More...
 

Detailed Description

Definition at line 36 of file RecordLayout.h.

Constructor & Destructor Documentation

clang::ASTRecordLayout::VBaseInfo::VBaseInfo ( )
inline

Definition at line 50 of file RecordLayout.h.

clang::ASTRecordLayout::VBaseInfo::VBaseInfo ( CharUnits  VBaseOffset,
bool  hasVtorDisp 
)
inline

Definition at line 52 of file RecordLayout.h.

Member Function Documentation

bool clang::ASTRecordLayout::VBaseInfo::hasVtorDisp ( ) const
inline

Definition at line 48 of file RecordLayout.h.

Member Data Documentation

CharUnits clang::ASTRecordLayout::VBaseInfo::VBaseOffset

The offset to this virtual base in the complete-object layout of this class.

Definition at line 39 of file RecordLayout.h.


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