iteratorinfos(3) iteratorinfos(3)
NAME
netsnmpiteratorinfos - Holds iterator information containing
functions which should be called by the iteratorhandler to loop over
your data set and sort it in a SNMP specific manner.
SYNOPSIS
Data Fields
netsnmpcontainer c
NetsnmpIteratorLoopKey * getfirst
NetsnmpIteratorLoopKey * getnext
NetsnmpIteratorLoopData * getdata
NetsnmpIteratorData * freeuserctx
NetsnmpIteratorCtx * initloopctx
NetsnmpIteratorCtx * cleanuploopctx
NetsnmpIteratorCtxDup * savepos
NetsnmpIteratorData * releasedata
NetsnmpIteratorData * insertdata
NetsnmpIteratorData * removedata
NetsnmpIteratorOp * getsize
int sorted
void * userctx
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 iteratorhandler to loop over your data set and sort it in a
SNMP specific manner.
The iteratorinfo typedef can be used instead of directly calling this
struct if you would prefer.
Definition at line 43 of file containeriterator.c.
Field Documentation
void** iteratorinfos::::userctx
This can be used by client handlers to store any information they need.
Definition at line 73 of file containeriterator.c.
Author
Generated automatically by Doxygen for net-snmp from the source code.
net-snmp 24 Jan 2005 iteratorinfos(3)
|