#include <dktypes.h>
Data Fields | |
struct _dk_storage_iterator * | l |
Preceeding iterator. | |
struct _dk_storage_iterator * | r |
Following iterator. | |
dk_storage_t * | s |
Storage the iterator belongs to. | |
dk_storage_node_t * | c |
Current storage node. |
This structure can be used to iterate through a dk_storage_t.
struct _dk_storage_iterator* _dk_storage_iterator::l [read] |
Preceeding iterator.
struct _dk_storage_iterator* _dk_storage_iterator::r [read] |
Following iterator.
Storage the iterator belongs to.
Current storage node.