netsnmp_iterator_info_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. .TH "iterator_info_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. 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.  
  6. .PP
  7. .SH SYNOPSIS
  8. .br
  9. .PP
  10. .SS "Data Fields"
  11. .in +1c
  12. .ti -1c
  13. .RI "fBnetsnmp_containerfP fBcfP"
  14. .br
  15. .ti -1c
  16. .RI "fBNetsnmp_Iterator_Loop_KeyfP * fBget_firstfP"
  17. .br
  18. .ti -1c
  19. .RI "fBNetsnmp_Iterator_Loop_KeyfP * fBget_nextfP"
  20. .br
  21. .ti -1c
  22. .RI "fBNetsnmp_Iterator_Loop_DatafP * fBget_datafP"
  23. .br
  24. .ti -1c
  25. .RI "fBNetsnmp_Iterator_DatafP * fBfree_user_ctxfP"
  26. .br
  27. .ti -1c
  28. .RI "fBNetsnmp_Iterator_CtxfP * fBinit_loop_ctxfP"
  29. .br
  30. .ti -1c
  31. .RI "fBNetsnmp_Iterator_CtxfP * fBcleanup_loop_ctxfP"
  32. .br
  33. .ti -1c
  34. .RI "fBNetsnmp_Iterator_Ctx_DupfP * fBsave_posfP"
  35. .br
  36. .ti -1c
  37. .RI "fBNetsnmp_Iterator_DatafP * fBrelease_datafP"
  38. .br
  39. .ti -1c
  40. .RI "fBNetsnmp_Iterator_DatafP * fBinsert_datafP"
  41. .br
  42. .ti -1c
  43. .RI "fBNetsnmp_Iterator_DatafP * fBremove_datafP"
  44. .br
  45. .ti -1c
  46. .RI "fBNetsnmp_Iterator_OpfP * fBget_sizefP"
  47. .br
  48. .ti -1c
  49. .RI "int fBsortedfP"
  50. .br
  51. .ti -1c
  52. .RI "void * fBuser_ctxfP"
  53. .br
  54. .RI "fIThis can be used by client handlers to store any information they need. fP"
  55. .in -1c
  56. .SH "Detailed Description"
  57. .PP 
  58. 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. 
  59. The iterator_info typedef can be used instead of directly calling this struct if you would prefer.
  60. .PP
  61. Definition at line 43 of file container_iterator.c.
  62. .SH "Field Documentation"
  63. .PP 
  64. .SS "void* fBiterator_info_s::user_ctxfP"
  65. .PP
  66. This can be used by client handlers to store any information they need. 
  67. .PP
  68. Definition at line 73 of file container_iterator.c.
  69. .PP
  70. Referenced by netsnmp_container_iterator_get().
  71. .SH "Author"
  72. .PP 
  73. Generated automatically by Doxygen for net-snmp from the source code.