PWLib  1.10.10
Public Member Functions
PASNCounter Class Reference

#include <pasn.h>

Inheritance diagram for PASNCounter:
PASNUnsignedInteger PASNObject PObject

List of all members.

Public Member Functions

 PASNCounter (PASNUnsigned val)
 PASNCounter (const PBYTEArray &buffer, PINDEX &ptr)
void Encode (PBYTEArray &buffer)
PObjectClone () const
PASNObject::ASNType GetType () const
PString GetTypeAsString () const

Detailed Description

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


Constructor & Destructor Documentation

Referenced by Clone().

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

Member Function Documentation

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

Virtual function used to duplicate objects

Reimplemented from PASNObject.

References PASNCounter(), and PNEW.

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

Virtual function used to encode the object into ASN format

Reimplemented from PASNObject.

References PASNObject::Counter.

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

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

Reimplemented from PASNObject.

References PASNObject::Counter.

Return a string giving the type of the object

Reimplemented from PASNObject.


The documentation for this class was generated from the following file: