|
PTLib Version 2.10.2
|
A descendant of PASNObject which is an unsigned ASN time tick type. More...
#include <pasn.h>
Public Member Functions | |
| PASNTimeTicks (PASNUnsigned val) | |
| PASNTimeTicks (const PBYTEArray &buffer, PINDEX &ptr) | |
| void | Encode (PBYTEArray &buffer) |
| Virtual function used to encode the object into ASN format. | |
| PObject * | Clone () 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. | |
A descendant of PASNObject which is an unsigned ASN time tick type.
| PASNTimeTicks::PASNTimeTicks | ( | PASNUnsigned | val | ) | [inline] |
Referenced by Clone().
| PASNTimeTicks::PASNTimeTicks | ( | const PBYTEArray & | buffer, |
| PINDEX & | ptr | ||
| ) | [inline] |
References PASNUnsignedInteger::Decode(), and PASNObject::TimeTicks.
| PObject* PASNTimeTicks::Clone | ( | ) | const [inline, virtual] |
Virtual function used to duplicate objects.
Reimplemented from PASNObject.
References PASNTimeTicks(), and PNEW.
| void PASNTimeTicks::Encode | ( | PBYTEArray & | buffer | ) | [inline, virtual] |
Virtual function used to encode the object into ASN format.
Reimplemented from PASNObject.
References PASNObject::TimeTicks.
| PASNObject::ASNType PASNTimeTicks::GetType | ( | ) | const [inline, virtual] |
Return a value of type enum ASNType which indicates the type of the object.
Reimplemented from PASNObject.
References PASNObject::TimeTicks.
| PString PASNTimeTicks::GetTypeAsString | ( | ) | const [virtual] |
Return a string giving the type of the object.
Reimplemented from PASNObject.