ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



Container_iterator(3)                                                                  Container_iterator(3)



NAME
       Container_iterator -Typedefs Container_iteratorTypedefs

   Typedefs
       typedef int( Netsnmp_Iterator_Loop_Key )(void *iterator_ctx, netsnmp_ref_void *loop_ctx,
           netsnmp_ref_void *key)
       typedef int( Netsnmp_Iterator_Loop_Data )(void *iterator_ctx, netsnmp_ref_void *loop_ctx,
           netsnmp_ref_void *data)
       typedef int( Netsnmp_Iterator_Ctx )(void *iterator_ctx, netsnmp_ref_void *loop_ctx)
       typedef int( Netsnmp_Iterator_Ctx_Dup )(void *iterator_ctx, netsnmp_ref_void *loop_ctx,
           netsnmp_ref_void *dup_ctx, int reuse)
       typedef int( Netsnmp_Iterator_Op )(void *iterator_ctx)
       typedef int( Netsnmp_Iterator_Data )(void *iterator_ctx, const void *data)

   Functions
       void netsnmp_container_iterator_init (void)
       netsnmp_container * netsnmp_container_iterator_get (void *iterator_user_ctx,
           netsnmp_container_compare *compare, Netsnmp_Iterator_Loop_Key *get_first,
           Netsnmp_Iterator_Loop_Key *get_next, Netsnmp_Iterator_Loop_Data *get_data,
           Netsnmp_Iterator_Ctx_Dup *save_pos, Netsnmp_Iterator_Ctx *init_loop_ctx, Netsnmp_Iterator_Ctx
           *cleanup_loop_ctx, Netsnmp_Iterator_Data *free_user_ctx, int sorted)
       void netsnmp_container_iterator_set_data_cb (netsnmp_container *c, Netsnmp_Iterator_Data
           *insert_data, Netsnmp_Iterator_Data *remove_data, Netsnmp_Iterator_Op *get_size)



net-snmp                                         24 Nov 2004                           Container_iterator(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.