|
YAC 3.12.0
Yet Another Coupler
|
#include <stddef.h>

Go to the source code of this file.
Functions | |
| struct yac_collection_selection * | yac_collection_selection_new (size_t collection_size, const size_t *selection_indices) |
| Create a new collection selection. | |
| void | yac_collection_selection_delete (struct yac_collection_selection *collection_selection) |
| Delete a collection selection object. | |