|
|
Abstract class implemented by all ASN.1 type objects
inline AsnObject ()
| AsnObject |
Constructor
AsnObject (void* data, int len)
| AsnObject |
Constructor
Parameters:
data | Data from which the object is built |
len | Length of the given data |
inline ~AsnObject ()
| ~AsnObject |
[virtual]
Destructor
int decode (DataBlock& data)
| decode |
[pure virtual]
Function to decode the parameters of this object from given data
Parameters:
data | DataBlock from which the object is decoded |
int encode (DataBlock& data)
| encode |
[pure virtual]
Function to encode this object into a datablock
Parameters:
data | The DataBlock in which the object should be encoded |
void getParams (NamedList* params)
| getParams |
[pure virtual]
Function for obtaining this object's data
Parameters:
params | NamedList in which this object's data should be put |
void setParams (NamedList* params)
| setParams |
[pure virtual]
Function for setting this object's data
Parameters:
params | NamedList containing the values to which this object's data should be set |
Generated by: paulc on bussard on Fri Apr 1 18:17:10 2011, using kdoc 2.0a54. |