#include <snmp.h>
Inheritance diagram for PSNMP_GetRequest_PDU:
Public Member Functions | |
PSNMP_GetRequest_PDU (unsigned tag=0, TagClass tagClass=ContextSpecificTagClass) | |
PObject * | Clone () const |
Create a copy of the class on the heap. |
PSNMP_GetRequest_PDU::PSNMP_GetRequest_PDU | ( | unsigned | tag = 0 , |
|
TagClass | tagClass = ContextSpecificTagClass | |||
) |
PObject* PSNMP_GetRequest_PDU::Clone | ( | ) | const [virtual] |
Create a copy of the class on the heap.
The exact semantics of the descendent class determine what is required to make a duplicate of the instance. Not all classes can even do a clone operation.
The main user of the clone function is the PDictionary
class as it requires copies of the dictionary keys.
The default behaviour is for this function to assert.
Reimplemented from PSNMP_PDU.