clang API Documentation

Public Member Functions | Public Attributes
clang::ASTRecordLayout::VBaseInfo Struct Reference

#include <RecordLayout.h>

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

List of all members.

Public Member Functions

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

Public Attributes

CharUnits VBaseOffset

Detailed Description

Definition at line 36 of file RecordLayout.h.


Constructor & Destructor Documentation

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

Definition at line 48 of file RecordLayout.h.


Member Data Documentation

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: