clang API Documentation
#include <RecordLayout.h>

Public Member Functions | |
| bool | hasVtorDisp () const |
| VBaseInfo () | |
| VBaseInfo (CharUnits VBaseOffset, bool hasVtorDisp) | |
Public Attributes | |
| CharUnits | VBaseOffset |
Definition at line 36 of file RecordLayout.h.
| 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.
| bool clang::ASTRecordLayout::VBaseInfo::hasVtorDisp | ( | ) | const [inline] |
Definition at line 48 of file RecordLayout.h.
The offset to this virtual base in the complete-object layout of this class.
Definition at line 39 of file RecordLayout.h.