#include <yula_c_br.h>
Inheritance diagram for global_proc_track_entry:

Public Member Functions | |
| global_proc_track_entry () | |
| global_proc_track_entry (char *dest_t, char *name, char *param) | |
| ~global_proc_track_entry () | |
| void | set_next (global_proc_track_entry *next_one) |
| char * | get_return_type () |
| char * | get_function_name () |
| char * | get_parameters () |
| global_proc_track_entry * | get_next () |
| global_proc_track_entry () | |
| global_proc_track_entry (char *dest_t, char *name, char *param) | |
| ~global_proc_track_entry () | |
| void | set_next (global_proc_track_entry *next_one) |
| char * | get_return_type () |
| char * | get_function_name () |
| char * | get_parameters () |
| global_proc_track_entry * | get_next () |
Private Attributes | |
| char * | return_type |
| char * | function_name |
| char * | parameters |
| global_proc_track_entry * | next |
| char * | return_type |
| char * | function_name |
| char * | parameters |
| global_proc_track_entry * | next |
|
|
Definition at line 24 of file include/yula_c_br.h. References function_name, next, parameters, and return_type. Referenced by global_proc_track_list::add_some_more(), and global_proc_track_list::global_proc_track_list(). |
|
||||||||||||||||
|
Definition at line 31 of file include/yula_c_br.h. References calloc(), function_name, next, parameters, return_type, strcpy(), and strlen(). |
|
|
Definition at line 43 of file include/yula_c_br.h. References free(), function_name, next, parameters, and return_type. |
|
|
Definition at line 24 of file src/yula_c_br.h. References function_name, next, parameters, and return_type. |
|
||||||||||||||||
|
Definition at line 31 of file src/yula_c_br.h. References calloc(), function_name, next, parameters, return_type, strcpy(), and strlen(). |
|
|
Definition at line 43 of file src/yula_c_br.h. References free(), function_name, next, parameters, and return_type. |
|
|
Definition at line 56 of file src/yula_c_br.h. References function_name. |
|
|
Definition at line 56 of file include/yula_c_br.h. References function_name. Referenced by global_proc_track_list::find_global_proc_track_entry(), and proc_call(). |
|
|
Definition at line 62 of file src/yula_c_br.h. References next. |
|
|
Definition at line 62 of file include/yula_c_br.h. References next. Referenced by global_proc_track_list::find_global_proc_track_entry(). |
|
|
Definition at line 59 of file src/yula_c_br.h. References parameters. |
|
|
Definition at line 59 of file include/yula_c_br.h. References parameters. Referenced by get_type_for_parameter(), get_type_for_parameter_string_size(), number_of_params_for_the_function(), and proc_call(). |
|
|
Definition at line 53 of file src/yula_c_br.h. References return_type. |
|
|
Definition at line 53 of file include/yula_c_br.h. References return_type. Referenced by proc_call(). |
|
|
Definition at line 50 of file src/yula_c_br.h. References next. |
|
|
Definition at line 50 of file include/yula_c_br.h. References next. Referenced by global_proc_track_list::insert_to_the_list(). |
|
|
Definition at line 19 of file src/yula_c_br.h. |
|
|
Definition at line 19 of file include/yula_c_br.h. Referenced by get_function_name(), global_proc_track_entry(), and ~global_proc_track_entry(). |
|
|
Definition at line 21 of file src/yula_c_br.h. |
|
|
Definition at line 21 of file include/yula_c_br.h. Referenced by get_next(), global_proc_track_entry(), set_next(), and ~global_proc_track_entry(). |
|
|
Definition at line 20 of file src/yula_c_br.h. |
|
|
Definition at line 20 of file include/yula_c_br.h. Referenced by get_parameters(), global_proc_track_entry(), and ~global_proc_track_entry(). |
|
|
Definition at line 18 of file src/yula_c_br.h. |
|
|
Definition at line 18 of file include/yula_c_br.h. Referenced by get_return_type(), global_proc_track_entry(), and ~global_proc_track_entry(). |
1.3.2