Segcol definitions for internal use. More...
#include "segcol.h"

Go to the source code of this file.
Data Structures | |
| struct | segcol_funcs |
| Struct that holds the function pointers for an implementation of segcol_t. More... | |
Functions | |
Internal functions | |
| int | segcol_create_impl (segcol_t **segcol, void *impl, struct segcol_funcs *funcs) |
| Creates a segcol_t using a specific implementation. | |
| void * | segcol_get_impl (segcol_t *segcol) |
| Gets the implementation of a segcol_t. | |
| void * | segcol_iter_get_impl (segcol_iter_t *iter) |
| Gets the implementation of a segcol_t. | |
Segcol definitions for internal use.
Definition in file segcol_internal.h.
1.6.1