Asn1SeqSetOf Class Reference

Inheritance diagram for Asn1SeqSetOf:
Asn1Type Asn1TypeIF Asn1SeqOf Asn1SetOf

List of all members.

Public Member Functions

abstract Asn1Type[] GetElementValues ()

Detailed Description

Asn1SeqSetOf is a base class for classes representing ASN.1 sequence of and set of types. It provides an abstract methods by which elements can be accessed generically. /p>


Member Function Documentation

abstract Asn1Type [] GetElementValues (  )  [pure virtual]

Return the array of elements. /p>