clang 22.0.0git
clang::VTTComponent Struct Reference

#include "clang/AST/VTTBuilder.h"

Public Member Functions

 VTTComponent ()=default
 VTTComponent (uint64_t VTableIndex, BaseSubobject VTableBase)

Public Attributes

uint64_t VTableIndex
BaseSubobject VTableBase

Detailed Description

Definition at line 61 of file VTTBuilder.h.

Constructor & Destructor Documentation

◆ VTTComponent() [1/2]

clang::VTTComponent::VTTComponent ( )
default

◆ VTTComponent() [2/2]

clang::VTTComponent::VTTComponent ( uint64_t VTableIndex,
BaseSubobject VTableBase )
inline

Definition at line 66 of file VTTBuilder.h.

References VTableBase, and VTableIndex.

Member Data Documentation

◆ VTableBase

BaseSubobject clang::VTTComponent::VTableBase

Definition at line 63 of file VTTBuilder.h.

Referenced by VTTComponent().

◆ VTableIndex

uint64_t clang::VTTComponent::VTableIndex

Definition at line 62 of file VTTBuilder.h.

Referenced by VTTComponent().


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