#include <agent_pp/agent++.h>
#include <agent_pp/snmp_pp_ext.h>
#include <agent_pp/oidx_ptr.h>
#include <agent_pp/threads.h>
Go to the source code of this file.
Classes | |
class | MibEntry |
Defines | |
#define | REMOVE 0x01 |
#define | CREATE 0x02 |
#define | CHANGE 0x04 |
#define | UPDATE (REMOVE | CREATE | CHANGE) |
#define | AGENTPP_DECL_TEMPL_LIST_MIBENTRY |
The MibEntry class is an abstract class that represents MIB nodes. | |
Typedefs | |
typedef unsigned char | mib_change |
typedef MibEntry * | MibEntryPtr |
Enumerations | |
enum | mib_access { NOACCESS, READONLY, READWRITE, READCREATE } |
enum | mib_type { AGENTPP_NONE, AGENTPP_PROXY, AGENTPP_LEAF, AGENTPP_TABLE, AGENTPP_GROUP, AGENTPP_COMPLEX, AGENTX_NODE, AGENTX_LEAF } |
Variables | |
AGENTPP_DECL_TEMPL template class AGENTPP_DECL | List< MibEntry > |
#define AGENTPP_DECL_TEMPL_LIST_MIBENTRY |
#define CHANGE 0x04 |
#define CREATE 0x02 |
#define REMOVE 0x01 |
#define UPDATE (REMOVE | CREATE | CHANGE) |
typedef unsigned char mib_change |
typedef MibEntry* MibEntryPtr |
enum mib_access |
enum mib_type |