#include <astobj2.h>
Data Fields | |
int | bucket |
ao2_container * | c |
uint | c_version |
int | flags |
void * | obj |
uint | version |
Definition at line 513 of file astobj2.h.
int bucket |
ao2_container* c |
the container
Definition at line 515 of file astobj2.h.
Referenced by ao2_iterator_init(), and ao2_iterator_next().
uint c_version |
int flags |
void* obj |
pointer to the current object
Definition at line 524 of file astobj2.h.
Referenced by ao2_iterator_next().
uint version |
container version when the object was created
Definition at line 526 of file astobj2.h.
Referenced by ao2_iterator_next().