Interface IVirtualTableDefinition
public interface IVirtualTableDefinition
Definition of a table of virtual methods for a class.
-
Method Summary
Modifier and TypeMethodDescriptionGet the type of the class owning this virtual table.Get the type of the virtual table.int
size()
Get the number of entries in the table.
-
Method Details
-
size
int size()Get the number of entries in the table.- Returns:
-
getVirtualTableType
IStructureType getVirtualTableType()Get the type of the virtual table.- Returns:
-
getClassType
IClassType getClassType()Get the type of the class owning this virtual table.- Returns:
-