libsc
2.8.7
The SC library provides support for parallel scientific applications.
|
The sc_list object provides a linked list. More...
#include <sc_containers.h>
Data Fields | |
size_t | elem_count |
Number of elements in this list. | |
sc_link_t * | first |
Pointer to first element in list. | |
sc_link_t * | last |
Pointer to last element in list. | |
int | allocator_owned |
Boolean to designate owned allocator. | |
sc_mempool_t * | allocator |
Must allocate objects of sc_link_t. | |
The sc_list object provides a linked list.