SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
sel_list.c File Reference

Selection of data. More...

Functions

void spr_sel_list_print_info (SprStream *fd, char *str, short *sel_list, int size)
 
void spr_sel_vec_copy (void *out, const void *in, const short *sel_info, size_t el_size)
 
short * spr_sel_list_make (char *str, int vlen, int *Size, char *name, SprVarlist *varlist)
 
int spr_sel_list_is_triv (short *list)
 Detect whether the selected part is a continuous block. More...
 
short * spr_sel_list_compl (short *list, int vlen, int *len)
 
short * spr_sel_list_pack (short *list)
 

Detailed Description

Selection of data.

Date
9 Dec 1994
Author
Kris Demuynck

Selects data. The textual description is first converted to a (-1) terminated index array (make_sel_list). This index array is then used to select the data (vec_sel_).

See Also
ssp_master.c