|
DistDir
|
Go to the source code of this file.
Data Structures | |
| struct | t_idxlist |
| The structure contains information about an index list. More... | |
Typedefs | |
| typedef struct t_idxlist | t_idxlist |
Functions | |
| t_idxlist * | new_idxlist (int *idx_array, int num_indices) |
| Create new index list. More... | |
| t_idxlist * | new_idxlist_empty () |
| Create new empty index list. More... | |
| void | delete_idxlist (t_idxlist *idxlist) |
| Clean memory of a t_idxlist structure. More... | |