This manual page is for Mac OS X version 10.6

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

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

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



iterator_info_s(3)                                net-snmp                                iterator_info_s(3)



NAME
       iterator_info_s - Holds iterator information containing functions which should be called by the
       iterator_handler to loop over your data set and sort it in a SNMP specific manner.



SYNOPSIS
   Data Fields
       netsnmp_container c
       Netsnmp_Iterator_Loop_Key * get_first
       Netsnmp_Iterator_Loop_Key * get_next
       Netsnmp_Iterator_Loop_Data * get_data
       Netsnmp_Iterator_Data * free_user_ctx
       Netsnmp_Iterator_Ctx * init_loop_ctx
       Netsnmp_Iterator_Ctx * cleanup_loop_ctx
       Netsnmp_Iterator_Ctx_Dup * save_pos
       Netsnmp_Iterator_Data * release_data
       Netsnmp_Iterator_Data * insert_data
       Netsnmp_Iterator_Data * remove_data
       Netsnmp_Iterator_Op * get_size
       int sorted
       void * user_ctx
           This can be used by client handlers to store any information they need.

Detailed Description
       Holds iterator information containing functions which should be called by the iterator_handler to
       loop over your data set and sort it in a SNMP specific manner.

       The iterator_info typedef can be used instead of directly calling this struct if you would prefer.

       Definition at line 39 of file container_iterator.c.

Field Documentation
   void* iterator_info_s::user_ctx
       This can be used by client handlers to store any information they need.

       Definition at line 69 of file container_iterator.c.

       Referenced by netsnmp_container_iterator_get().


Author
       Generated automatically by Doxygen for net-snmp from the source code.



Version 5.4.2                                    5 Sep 2008                               iterator_info_s(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.