libsc  2.8.7
The SC library provides support for parallel scientific applications.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sc_list Struct Reference

The sc_list object provides a linked list. More...

#include <sc_containers.h>

Collaboration diagram for sc_list:
Collaboration graph
[legend]

Data Fields

size_t elem_count
 Number of elements in this list.
 
sc_link_tfirst
 Pointer to first element in list.
 
sc_link_tlast
 Pointer to last element in list.
 
int allocator_owned
 Boolean to designate owned allocator.
 
sc_mempool_tallocator
 Must allocate objects of sc_link_t.
 

Detailed Description

The sc_list object provides a linked list.


The documentation for this struct was generated from the following file: