|
SPRAAK
|
Collaboration diagram for SprWlatEIDD:Data Fields | |
| const SprDT * | data_fmt |
| specify type of data More... | |
| const char * | data_desc |
| textual description of the data More... | |
| struct spr_t_wlat_ei *(* | obj2str )(struct spr_t_wlat_ei *ei) |
| convert the object to a single line string representation More... | |
| struct spr_t_wlat_ei *(* | obj2bin )(struct spr_t_wlat_ei *ei) |
| convert the object to a more compact binary representation More... | |
| void(* | free )(struct spr_t_wlat_ei *ei) |
| free any extra info, including the 'ei' argument itself More... | |
| void * | data |
| data shared between all extra info blocks of this type More... | |
| const SprDT* SprWlatEIDD::data_fmt |
specify type of data
| const char* SprWlatEIDD::data_desc |
textual description of the data
| struct spr_t_wlat_ei*(* SprWlatEIDD::obj2str)(struct spr_t_wlat_ei *ei) |
convert the object to a single line string representation
check the 'usage_cnt' field to see if the object needs to be released after use
| struct spr_t_wlat_ei*(* SprWlatEIDD::obj2bin)(struct spr_t_wlat_ei *ei) |
convert the object to a more compact binary representation
check the 'usage_cnt' field to see if the object needs to be released after use
| void(* SprWlatEIDD::free)(struct spr_t_wlat_ei *ei) |
free any extra info, including the 'ei' argument itself
| void* SprWlatEIDD::data |
data shared between all extra info blocks of this type
1.8.6