Package cppclassanalyzer.data.vtable
Interface ArchivedVtable
- All Superinterfaces:
ArchivedRttiData
- All Known Implementing Classes:
ArchivedGnuVtable
public interface ArchivedVtable extends ArchivedRttiData
-
Method Summary
Modifier and Type Method Description FunctionDefinition[][]
getFunctionDefinitions()
ClassTypeInfo
getTypeInfo()
Returns the TypeInfo Model this vtable points to
-
Method Details
-
getTypeInfo
ClassTypeInfo getTypeInfo()Returns the TypeInfo Model this vtable points to- Returns:
- the pointed to TypeInfo Model
-
getFunctionDefinitions
FunctionDefinition[][] getFunctionDefinitions()
-