ArraySF impl

Implements array which supports non-continuous index values.

Summary
ArraySF implImplements array which supports non-continuous index values.
CopyrightThis program is free software.
Files
C-kern/api/ds/inmem/arraysf.hHeader file ArraySF.
C-kern/ds/inmem/arraysf.cImplementation file ArraySF impl.
arraysf_t
static variables
s_arraysf_errtimerSimulates an error in different functions.
helper
lifetime
query
change
arraysf_iterator_t
test

Copyright

This program is free software.  You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Author

© 2011 Jörg Seebohn

Files

C-kern/api/ds/inmem/arraysf.h

Header file ArraySF.

C-kern/ds/inmem/arraysf.c

Implementation file ArraySF impl.

arraysf_t

Summary
static variables
s_arraysf_errtimerSimulates an error in different functions.
helper
lifetime
query
change

static variables

s_arraysf_errtimer

static test_errortimer_t s_arraysf_errtimer

Simulates an error in different functions.

helper

lifetime

query

change

arraysf_iterator_t

test

Array implementation which supports non-continuous index numbers (sparse distribution).
Implements array which supports non-continuous index values.
static test_errortimer_t s_arraysf_errtimer
Simulates an error in different functions.
Close