#include <psnmp.h>
Inheritance diagram for PSNMPVarBindingList:
Public Member Functions | |
void | Append (const PString &objectID) |
void | Append (const PString &objectID, PASNObject *obj) |
void | AppendString (const PString &objectID, const PString &str) |
void | RemoveAll () |
PINDEX | GetSize () const |
PString | GetObjectID (PINDEX idx) const |
PASNObject & | operator[] (PINDEX idx) const |
void | PrintOn (ostream &strm) const |
Protected Attributes | |
PStringList | objectIds |
PASNObjectList | values |
|
|
|
|
|
|
|
|
|
|
|
|
|
Output the contents of the object to the stream. The exact output is dependent on the exact semantics of the descendent class. This is primarily used by the standard operator<<# function. The default behaviour is to print the class name. Reimplemented from PObject. |
|
|
|
|
|
|