#include <astobj2.h>
Collaboration diagram for ao2_iterator:
Data Fields | |
int | bucket |
ao2_container * | c |
uint | c_version |
int | flags |
void * | obj |
uint | version |
Definition at line 521 of file astobj2.h.
int bucket |
struct ao2_container* c |
the container
Definition at line 523 of file astobj2.h.
Referenced by ao2_iterator_init(), and ao2_iterator_next().
uint c_version |
int flags |
operation flags
Definition at line 525 of file astobj2.h.
Referenced by ao2_iterator_init(), and ao2_iterator_next().
void* obj |
pointer to the current object
Definition at line 532 of file astobj2.h.
Referenced by ao2_iterator_next().
uint version |
container version when the object was created
Definition at line 534 of file astobj2.h.
Referenced by ao2_iterator_next().