PTLib  Version 2.10.4
PASNGauge Class Reference

A descendant of PASNObject which is an unsigned ASN guage type. More...

#include <pasn.h>

Inheritance diagram for PASNGauge:
PASNUnsignedInteger PASNObject PObject

List of all members.

Public Member Functions

 PASNGauge (PASNUnsigned val)
 PASNGauge (const PBYTEArray &buffer, PINDEX &ptr)
PBoolean Decode (const PBYTEArray &buffer, PINDEX &i)
void Encode (PBYTEArray &buffer)
 Virtual function used to encode the object into ASN format.
PObjectClone () const
 Virtual function used to duplicate objects.
PASNObject::ASNType GetType () const
 Return a value of type enum ASNType which indicates the type of the object.
PString GetTypeAsString () const
 Return a string giving the type of the object.

Detailed Description

A descendant of PASNObject which is an unsigned ASN guage type.


Constructor & Destructor Documentation

Referenced by Clone().

PASNGauge::PASNGauge ( const PBYTEArray buffer,
PINDEX &  ptr 
) [inline]

References Decode().


Member Function Documentation

PObject* PASNGauge::Clone ( ) const [inline, virtual]

Virtual function used to duplicate objects.

Reimplemented from PASNObject.

References PASNGauge(), and PNEW.

PBoolean PASNGauge::Decode ( const PBYTEArray buffer,
PINDEX &  i 
) [inline]

References PASNObject::Gauge.

Referenced by PASNGauge().

void PASNGauge::Encode ( PBYTEArray buffer) [inline, virtual]

Virtual function used to encode the object into ASN format.

Reimplemented from PASNObject.

References PASNObject::Gauge.

PASNObject::ASNType PASNGauge::GetType ( ) const [inline, virtual]

Return a value of type enum ASNType which indicates the type of the object.

Reimplemented from PASNObject.

References PASNObject::Gauge.

PString PASNGauge::GetTypeAsString ( ) const [virtual]

Return a string giving the type of the object.

Reimplemented from PASNObject.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines