#include <mib.h>
Public Member Functions | |
MibConfigBER () | |
virtual boolean | save (MibContext *, const NS_SNMP OctetStr &) |
Stores the persistent data in the supplied MibContext to disk. | |
virtual boolean | load (MibContext *, const NS_SNMP OctetStr &) |
Loads the persistent data in the supplied MibContext from disk. | |
virtual MibConfigFormat * | clone () |
Clone this format (needed by ArrayList template). |
MibConfigBER::MibConfigBER | ( | ) | [inline] |
virtual boolean MibConfigBER::save | ( | MibContext * | , | |
const NS_SNMP OctetStr & | ||||
) | [virtual] |
Stores the persistent data in the supplied MibContext to disk.
context | a pointer to the MibContext to store. | |
path | the storage path to use. |
Implements MibConfigFormat.
virtual boolean MibConfigBER::load | ( | MibContext * | , | |
const NS_SNMP OctetStr & | ||||
) | [virtual] |
Loads the persistent data in the supplied MibContext from disk.
context | a pointer to the MibContext to load. | |
path | the storage path to use. |
Implements MibConfigFormat.
virtual MibConfigFormat* MibConfigBER::clone | ( | ) | [inline, virtual] |