netsnmp_iterator_info_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:
SNMP编程
开发平台:
Unix_Linux
- .TH "iterator_info_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH 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.
- .PP
- .SH SYNOPSIS
- .br
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "fBnetsnmp_containerfP fBcfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_Loop_KeyfP * fBget_firstfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_Loop_KeyfP * fBget_nextfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_Loop_DatafP * fBget_datafP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_DatafP * fBfree_user_ctxfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_CtxfP * fBinit_loop_ctxfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_CtxfP * fBcleanup_loop_ctxfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_Ctx_DupfP * fBsave_posfP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_DatafP * fBrelease_datafP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_DatafP * fBinsert_datafP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_DatafP * fBremove_datafP"
- .br
- .ti -1c
- .RI "fBNetsnmp_Iterator_OpfP * fBget_sizefP"
- .br
- .ti -1c
- .RI "int fBsortedfP"
- .br
- .ti -1c
- .RI "void * fBuser_ctxfP"
- .br
- .RI "fIThis can be used by client handlers to store any information they need. fP"
- .in -1c
- .SH "Detailed Description"
- .PP
- 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.
- .PP
- Definition at line 43 of file container_iterator.c.
- .SH "Field Documentation"
- .PP
- .SS "void* fBiterator_info_s::user_ctxfP"
- .PP
- This can be used by client handlers to store any information they need.
- .PP
- Definition at line 73 of file container_iterator.c.
- .PP
- Referenced by netsnmp_container_iterator_get().
- .SH "Author"
- .PP
- Generated automatically by Doxygen for net-snmp from the source code.