#include <yula_c_data_segments.h>
Inheritance diagram for str_as_int_entry:

Public Member Functions | |
| str_as_int_entry () | |
| str_as_int_entry (char *init_name, long lab_id, long align_id, char *master_name) | |
| ~str_as_int_entry () | |
| void | set_next (str_as_int_entry *next_one) |
| char * | get_initializing_string () |
| char * | get_label_name () |
| long | get_align_opt () |
| str_as_int_entry * | get_next () |
| str_as_int_entry () | |
| str_as_int_entry (char *init_name, long lab_id, long align_id, char *master_name) | |
| ~str_as_int_entry () | |
| void | set_next (str_as_int_entry *next_one) |
| char * | get_initializing_string () |
| char * | get_label_name () |
| long | get_align_opt () |
| str_as_int_entry * | get_next () |
Private Attributes | |
| char * | label_name |
| char * | initializing_string |
| int | align_opt |
| str_as_int_entry * | next |
| char * | label_name |
| char * | initializing_string |
| str_as_int_entry * | next |
|
|
Definition at line 91 of file include/yula_c_data_segments.h. References align_opt, initializing_string, label_name, and next. Referenced by str_as_int_list::insert_enty_to_the_strai_list(). |
|
||||||||||||||||||||
|
Definition at line 98 of file include/yula_c_data_segments.h. References align_opt, calloc(), initializing_string, label_name, next, sprintf(), strcpy(), and strlen(). |
|
|
Definition at line 107 of file include/yula_c_data_segments.h. References free(), initializing_string, label_name, and next. |
|
|
Definition at line 91 of file src/yula_c_data_segments.h. References align_opt, initializing_string, label_name, and next. |
|
||||||||||||||||||||
|
Definition at line 98 of file src/yula_c_data_segments.h. References align_opt, calloc(), initializing_string, label_name, next, sprintf(), strcpy(), and strlen(). |
|
|
Definition at line 107 of file src/yula_c_data_segments.h. References free(), initializing_string, label_name, and next. |
|
|
Definition at line 122 of file src/yula_c_data_segments.h. References align_opt. |
|
|
Definition at line 122 of file include/yula_c_data_segments.h. References align_opt. Referenced by str_as_int_list::write_out_the_list(). |
|
|
Definition at line 116 of file src/yula_c_data_segments.h. References initializing_string. |
|
|
Definition at line 116 of file include/yula_c_data_segments.h. References initializing_string. Referenced by str_as_int_list::write_out_the_list(). |
|
|
Definition at line 119 of file src/yula_c_data_segments.h. References label_name. |
|
|
Definition at line 119 of file include/yula_c_data_segments.h. References label_name. Referenced by str_as_int_list::insert_enty_to_the_strai_list(), and str_as_int_list::write_out_the_list(). |
|
|
Definition at line 125 of file src/yula_c_data_segments.h. References next. |
|
|
Definition at line 125 of file include/yula_c_data_segments.h. References next. Referenced by str_as_int_list::write_out_the_list(). |
|
|
Definition at line 113 of file src/yula_c_data_segments.h. References next. |
|
|
Definition at line 113 of file include/yula_c_data_segments.h. References next. Referenced by str_as_int_list::insert_enty_to_the_strai_list(). |
|
|
Definition at line 87 of file src/yula_c_data_segments.h. Referenced by get_align_opt(), and str_as_int_entry(). |
|
|
Definition at line 86 of file src/yula_c_data_segments.h. |
|
|
Definition at line 86 of file include/yula_c_data_segments.h. Referenced by get_initializing_string(), str_as_int_entry(), and ~str_as_int_entry(). |
|
|
Definition at line 85 of file src/yula_c_data_segments.h. |
|
|
Definition at line 85 of file include/yula_c_data_segments.h. Referenced by get_label_name(), str_as_int_entry(), and ~str_as_int_entry(). |
|
|
Definition at line 88 of file src/yula_c_data_segments.h. |
|
|
Definition at line 88 of file include/yula_c_data_segments.h. Referenced by get_next(), set_next(), str_as_int_entry(), and ~str_as_int_entry(). |
1.3.2