Data Fields | |
MicrofeedStoreIterator * | previous |
MicrofeedStoreIterator * | next |
MicrofeedStore * | store |
unsigned int | index |
void * | current_data |
Definition at line 21 of file microfeedstore.c.
Definition at line 22 of file microfeedstore.c.
Referenced by microfeed_store_iterate(), and microfeed_store_iterator_free().
Definition at line 23 of file microfeedstore.c.
Referenced by microfeed_store_free(), microfeed_store_insert(), microfeed_store_iterate(), microfeed_store_iterator_free(), microfeed_store_remove(), microfeed_store_remove_index_impl(), and microfeed_store_remove_key_impl().
Definition at line 25 of file microfeedstore.c.
Referenced by microfeed_store_free(), microfeed_store_iterate(), microfeed_store_iterator_free(), microfeed_store_iterator_get_impl(), and microfeed_store_iterator_next().
unsigned int index |
Definition at line 26 of file microfeedstore.c.
Referenced by microfeed_store_insert(), microfeed_store_iterate(), microfeed_store_iterator_get_impl(), microfeed_store_iterator_next(), microfeed_store_remove(), microfeed_store_remove_index_impl(), and microfeed_store_remove_key_impl().
void* current_data |
Definition at line 27 of file microfeedstore.c.
Referenced by microfeed_store_iterator_free(), microfeed_store_iterator_get_impl(), and microfeed_store_iterator_next().