Asterisk - The Open Source Telephony Project
18.5.0
|
#include <astobj2_container_private.h>
Container virtual methods template.
Definition at line 237 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 241 of file astobj2_container_private.h.
Referenced by __ao2_container_clone().
ao2_container_destroy_fn destroy |
Destroy this container.
Definition at line 239 of file astobj2_container_private.h.
Referenced by container_destruct().
ao2_container_insert_fn insert |
Insert a node into this container.
Definition at line 245 of file astobj2_container_private.h.
ao2_iterator_next_fn iterator_next |
Find the next iteration element in the container.
Definition at line 253 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 243 of file astobj2_container_private.h.
ao2_container_find_cleanup_fn traverse_cleanup |
Traverse the container, cleanup state.
Definition at line 251 of file astobj2_container_private.h.
ao2_container_find_first_fn traverse_first |
Traverse the container, find the first node.
Definition at line 247 of file astobj2_container_private.h.
ao2_container_find_next_fn traverse_next |
Traverse the container, find the next node.
Definition at line 249 of file astobj2_container_private.h.