#include <astobj2.h>

Data Fields | |
| int | bucket |
| struct ao2_container * | c |
| unsigned int | c_version |
| int | flags |
| void * | obj |
| unsigned int | version |
Definition at line 533 of file astobj2.h.
| int bucket |
struct ao2_container* c [read] |
the container
Definition at line 535 of file astobj2.h.
Referenced by ao2_iterator_init(), and ao2_iterator_next().
| unsigned int c_version |
| int flags |
operation flags
Definition at line 537 of file astobj2.h.
Referenced by ao2_iterator_init(), and ao2_iterator_next().
| void* obj |
pointer to the current object
Definition at line 544 of file astobj2.h.
Referenced by ao2_iterator_next().
| unsigned int version |
container version when the object was created
Definition at line 546 of file astobj2.h.
Referenced by ao2_iterator_next().
1.5.6