#include <octet.h>
Inheritance diagram for OpaqueStr:
Definition at line 362 of file octet.h.
Public Member Functions | |
| OpaqueStr () | |
| Constructor creating a valid zero length OpaqueStr. | |
| OpaqueStr (const char *str) | |
| Constructs a OpaqueStr with the given value. | |
| OpaqueStr (const unsigned char *str, unsigned long len) | |
| Constructs a OpaqueStr with the given value. | |
| OpaqueStr (const OctetStr &octet) | |
| Construct a OpaqueStr from an OctetStr. | |
| OpaqueStr (const OpaqueStr &opaque) | |
| Construct a OpaqueStr from another OpaqueStr. | |
| virtual SnmpSyntax * | clone () const |
| Clone this object. | |
| virtual SmiUINT32 | get_syntax () const |
| Return the syntax. | |
| SnmpSyntax & | operator= (const SnmpSyntax &val) |
| Map other SnmpSyntax objects to OpaqueStr. | |
|
|
Constructor creating a valid zero length OpaqueStr.
Definition at line 368 of file octet.h. References sNMP_SYNTAX_OPAQUE. |
|
|
Constructs a OpaqueStr with the given value. The OpaqueStr will be valid unless a call to new fails.
Definition at line 377 of file octet.h. References sNMP_SYNTAX_OPAQUE. |
|
||||||||||||
|
Constructs a OpaqueStr with the given value. The OpaqueStr will be valid unless a call to new fails.
Definition at line 387 of file octet.h. References sNMP_SYNTAX_OPAQUE. |
|
|
Construct a OpaqueStr from an OctetStr. The OpaqueStr will be valid unless a call to new fails.
Definition at line 396 of file octet.h. References sNMP_SYNTAX_OPAQUE. |
|
|
Construct a OpaqueStr from another OpaqueStr. The OpaqueStr will be valid unless a call to new fails.
Definition at line 405 of file octet.h. References sNMP_SYNTAX_OPAQUE. |
|
|
Clone this object.
Reimplemented from OctetStr. |
|
|
Return the syntax.
Reimplemented from OctetStr. Definition at line 420 of file octet.h. References SmiUINT32, and sNMP_SYNTAX_OPAQUE. |
|
|
Map other SnmpSyntax objects to OpaqueStr.
Reimplemented from OctetStr. Definition at line 425 of file octet.h. References OctetStr::operator=(). |
1.3.2