DistDir
Data Structures | Typedefs | Functions
idxlist.h File Reference

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_idxlistnew_idxlist (int *idx_array, int num_indices)
 Create new index list. More...
 
t_idxlistnew_idxlist_empty ()
 Create new empty index list. More...
 
void delete_idxlist (t_idxlist *idxlist)
 Clean memory of a t_idxlist structure. More...
 

Typedef Documentation

◆ t_idxlist

typedef struct t_idxlist t_idxlist