Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <astobj2_container_private.h>
Container virtual methods template.
Definition at line 225 of file astobj2_container_private.h.
ao2_container_alloc_empty_clone_fn alloc_empty_clone |
Create an empty copy of this container.
Definition at line 229 of file astobj2_container_private.h.
Referenced by __ao2_container_clone().
ao2_container_destroy_fn destroy |
Destroy this container.
Definition at line 227 of file astobj2_container_private.h.
ao2_container_insert_fn insert |
Insert a node into this container.
Definition at line 233 of file astobj2_container_private.h.
Referenced by __ao2_link().
ao2_iterator_next_fn iterator_next |
Find the next iteration element in the container.
Definition at line 241 of file astobj2_container_private.h.
Referenced by __ao2_iterator_next().
ao2_container_new_node_fn new_node |
Create a new container node.
Definition at line 231 of file astobj2_container_private.h.
Referenced by __ao2_link().
ao2_container_find_cleanup_fn traverse_cleanup |
Traverse the container, cleanup state.
Definition at line 239 of file astobj2_container_private.h.
Referenced by internal_ao2_traverse().
ao2_container_find_first_fn traverse_first |
Traverse the container, find the first node.
Definition at line 235 of file astobj2_container_private.h.
Referenced by internal_ao2_traverse().
ao2_container_find_next_fn traverse_next |
Traverse the container, find the next node.
Definition at line 237 of file astobj2_container_private.h.
Referenced by internal_ao2_traverse().