#include <mib.h>

Public Member Functions | |
| virtual | ~MibConfigFormat () |
| virtual boolean | save (MibContext *, const NS_SNMP OctetStr &)=0 |
| Stores the persistent data in the supplied MibContext to disk. | |
| virtual boolean | load (MibContext *, const NS_SNMP OctetStr &)=0 |
| Loads the persistent data in the supplied MibContext from disk. | |
| virtual MibConfigFormat * | clone ()=0 |
| Clone this format (needed by ArrayList template). | |
| virtual MibConfigFormat::~MibConfigFormat | ( | ) | [inline, virtual] |
| virtual boolean MibConfigFormat::save | ( | MibContext * | , | |
| const NS_SNMP OctetStr & | ||||
| ) | [pure 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. |
Implemented in MibConfigBER.
| virtual boolean MibConfigFormat::load | ( | MibContext * | , | |
| const NS_SNMP OctetStr & | ||||
| ) | [pure 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. |
Implemented in MibConfigBER.
| virtual MibConfigFormat* MibConfigFormat::clone | ( | ) | [pure virtual] |
1.5.6