#include <rfc1155.h>
Inheritance diagram for PRFC1155_ApplicationSyntax:
Public Types | |
e_counter = 1 | |
e_gauge | |
e_ticks | |
e_arbitrary | |
enum | Choices { e_counter = 1, e_gauge, e_ticks, e_arbitrary } |
Public Member Functions | |
PRFC1155_ApplicationSyntax (unsigned tag=0, TagClass tagClass=UniversalTagClass) | |
operator PRFC1155_NetworkAddress & () | |
operator const PRFC1155_NetworkAddress & () const | |
operator PRFC1155_Counter & () | |
operator const PRFC1155_Counter & () const | |
operator PRFC1155_Gauge & () | |
operator const PRFC1155_Gauge & () const | |
operator PRFC1155_TimeTicks & () | |
operator const PRFC1155_TimeTicks & () const | |
operator PRFC1155_Opaque & () | |
operator const PRFC1155_Opaque & () const | |
PBoolean | CreateObject () |
PObject * | Clone () const |
Create a copy of the class on the heap. |
PRFC1155_ApplicationSyntax::PRFC1155_ApplicationSyntax | ( | unsigned | tag = 0 , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PObject* PRFC1155_ApplicationSyntax::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 PObject.
PBoolean PRFC1155_ApplicationSyntax::CreateObject | ( | ) | [virtual] |
Implements PASN_Choice.
PRFC1155_ApplicationSyntax::operator const PRFC1155_Counter & | ( | ) | const |
PRFC1155_ApplicationSyntax::operator const PRFC1155_Gauge & | ( | ) | const |
PRFC1155_ApplicationSyntax::operator const PRFC1155_NetworkAddress & | ( | ) | const |
PRFC1155_ApplicationSyntax::operator const PRFC1155_Opaque & | ( | ) | const |
PRFC1155_ApplicationSyntax::operator const PRFC1155_TimeTicks & | ( | ) | const |
PRFC1155_ApplicationSyntax::operator PRFC1155_Counter & | ( | ) |
PRFC1155_ApplicationSyntax::operator PRFC1155_Gauge & | ( | ) |
PRFC1155_ApplicationSyntax::operator PRFC1155_NetworkAddress & | ( | ) |
PRFC1155_ApplicationSyntax::operator PRFC1155_Opaque & | ( | ) |
PRFC1155_ApplicationSyntax::operator PRFC1155_TimeTicks & | ( | ) |