function lfds700_hash_a_iterate_init

From liblfds.org
Jump to navigation Jump to search

Source Files

└───liblfds700
    ├───inc
    │   └───liblfds700
    │           lfds700_hash_addonly.h
    └───src
        └───llfds700_hash_addonly
                lfds700_hash_addonly_iterate.c

Opaque Structures

struct lfds700_hash_a_iterate;
struct lfds700_hash_a_state;

Prototype

void lfds700_hash_a_iterate_init( struct lfds700_hash_a_state *has, struct lfds700_hash_a_iterate *hai );

Parameters

struct lfds700_hash_a_state *has

A pointer to an initialized struct lfds700_hash_a_state.

struct lfds700_hash_a_iterate *hai

A pointer to a user-allocated struct lfds700_hash_a_iterate, which is initialized by this function.

Notes

This function initializes a hash iterator. After initialization, lfds700_hash_a_iterate can be called to iterate.

Example

Coming soon. No, really! (Written 29th Dec 2015).

See Also