SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprWlatEIDD Struct Reference
+ Collaboration diagram for SprWlatEIDD:

Data Fields

const SprDTdata_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...
 

Field Documentation

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