Column | Description |
name | The function name. If overloaded, it is appended with +;hash. |
lineNumber | The line number of the method definition in the source code |
visibility | 0=public, 1=protected, 2=private |
const | Indicates if it is a const method |
virtual | Indicates if it is a virtual method |
idOwningClass | The ID of the owning class/type |
idOwningModule | The ID of the owning module |