Interface IVirtualTableDefinition


public interface IVirtualTableDefinition
Definition of a table of virtual methods for a class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the type of the class owning this virtual table.
    Get the type of the virtual table.
    int
    Get the number of entries in the table.
  • Method Details

    • size

      int size()
      Get the number of entries in the table.
      Returns:
      entry count
    • getVirtualTableType

      IStructureType getVirtualTableType()
      Get the type of the virtual table.
      Returns:
      virtual table type
    • getClassType

      IClassType getClassType()
      Get the type of the class owning this virtual table.
      Returns:
      owning class type