AGENT++  4.0.3
Public Member Functions | List of all members
MibConfigBER Class Reference

The MibConfigBER implements the default persistent data configuration format that is using BER encoding for platform independent storage. More...

#include <mib.h>

Inheritance diagram for MibConfigBER:
MibConfigFormat

Public Member Functions

 MibConfigBER ()
 
virtual bool save (MibContext *, const NS_SNMP OctetStr &)
 Stores the persistent data in the supplied MibContext to disk.
 
virtual bool load (MibContext *, const NS_SNMP OctetStr &)
 Loads the persistent data in the supplied MibContext from disk.
 
virtual MibConfigFormatclone ()
 Clone this format (needed by ArrayList template).
 
- Public Member Functions inherited from MibConfigFormat
virtual ~MibConfigFormat ()
 

Detailed Description

The MibConfigBER implements the default persistent data configuration format that is using BER encoding for platform independent storage.

Version
3.5.22c
Since
3.5.22

Constructor & Destructor Documentation

MibConfigBER::MibConfigBER ( )
inline

Member Function Documentation

virtual MibConfigFormat* MibConfigBER::clone ( )
inlinevirtual

Clone this format (needed by ArrayList template).

Implements MibConfigFormat.

virtual bool MibConfigBER::load ( MibContext ,
const NS_SNMP OctetStr &   
)
virtual

Loads the persistent data in the supplied MibContext from disk.

Parameters
contexta pointer to the MibContext to load.
paththe storage path to use.
Returns
TRUE if the contents could be saved successfully, FALSE otherwise.

Implements MibConfigFormat.

virtual bool MibConfigBER::save ( MibContext ,
const NS_SNMP OctetStr &   
)
virtual

Stores the persistent data in the supplied MibContext to disk.

Parameters
contexta pointer to the MibContext to store.
paththe storage path to use.
Returns
TRUE if the contents could be saved successfully, FALSE otherwise.

Implements MibConfigFormat.


The documentation for this class was generated from the following file: