#include <astobj2.h>
Data Fields | |
int | bucket |
ao2_container * | c |
unsigned int | c_version |
int | flags |
void * | obj |
unsigned int | version |
Details are in the implementation of ao2_iterator_next() A freshly-initialized iterator has bucket=0, version=0.
Definition at line 1004 of file astobj2.h.
int bucket |
struct ao2_container* c |
the container
Definition at line 1006 of file astobj2.h.
Referenced by __ao2_iterator_next(), _ao2_iterator_next(), _ao2_iterator_next_debug(), ao2_iterator_destroy(), and ao2_iterator_init().
unsigned int c_version |
int flags |
operation flags
Definition at line 1008 of file astobj2.h.
Referenced by __ao2_iterator_next(), _ao2_iterator_next(), _ao2_iterator_next_debug(), and ao2_iterator_init().
void* obj |
pointer to the current object
Definition at line 1014 of file astobj2.h.
Referenced by __ao2_iterator_next(), and ast_odbc_request_obj().
unsigned int version |
container version when the object was created
Definition at line 1016 of file astobj2.h.
Referenced by __ao2_iterator_next().