|
PTLib
Version 2.14.3
|
#include <rfc1155.h>
Inherits PASN_Choice.
Public Types | |
| 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 |
| PRFC1155_ApplicationSyntax::PRFC1155_ApplicationSyntax | ( | unsigned | tag = 0, |
| TagClass | tagClass = UniversalTagClass |
||
| ) |
| PObject* PRFC1155_ApplicationSyntax::Clone | ( | ) | const |
| PBoolean PRFC1155_ApplicationSyntax::CreateObject | ( | ) |
| 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 & | ( | ) |