|
RTS API Documentation
1.10.11
|
#include <switch_hashtable_private.h>
Collaboration diagram for switch_hashtable_iterator:Data Fields | |
| unsigned int | pos |
| struct entry * | e |
| struct switch_hashtable * | h |
Definition at line 29 of file switch_hashtable_private.h.
| struct entry* switch_hashtable_iterator::e |
Definition at line 31 of file switch_hashtable_private.h.
Referenced by switch_hashtable_first_iter(), switch_hashtable_next(), switch_hashtable_this(), and switch_hashtable_this_val().
| struct switch_hashtable* switch_hashtable_iterator::h |
Definition at line 32 of file switch_hashtable_private.h.
Referenced by switch_hashtable_first_iter(), and switch_hashtable_next().
| unsigned int switch_hashtable_iterator::pos |
Definition at line 30 of file switch_hashtable_private.h.
Referenced by switch_hashtable_first_iter(), and switch_hashtable_next().
1.8.13