Package ghidra.app.cmd.data.rtti
Interface GnuVtable.VtablePrefix
- Enclosing interface:
- GnuVtable
public static interface GnuVtable.VtablePrefix
-
Method Summary
Modifier and Type Method Description Address
getAddress()
List<DataType>
getDataTypes()
List<Function>
getFunctionTable()
List<Long>
getOffsets()
Gets the whole ptrdiff_t array.
-
Method Details
-
getOffsets
Gets the whole ptrdiff_t array.- Returns:
- the whole ptrdiff_t array.
-
getFunctionTable
-
getDataTypes
-
getAddress
Address getAddress()
-