Represent an overloading of a function. More...
Data Fields | |
| string_t | file |
| source file of the function More... | |
| const char * | full_name |
| progs name of function, with type encoding More... | |
| int | line |
| source line of this function More... | |
| const char * | name |
| source level name of function More... | |
| struct overloaded_function_s * | next |
| int | overloaded |
| is this function overloaded More... | |
| struct type_s * | type |
| type of this function More... | |
Represent an overloading of a function.
Every function, whether overloaded or not, has an entry in the overloaded function database.
| string_t file |
source file of the function
| const char* full_name |
progs name of function, with type encoding
| int line |
source line of this function
| const char* name |
source level name of function
| struct overloaded_function_s* next |
| int overloaded |
is this function overloaded
| struct type_s* type |
type of this function