Interface

Information about an interface. When an object is accessed via an interface, an Interface* appears as the first entry in its vtbl.

struct Interface {
TypeInfo_Class classinfo;
void*[] vtbl;
size_t offset;
}
Suggestion Box / Bug Report