112 explicit ChoiceAsnType(std::list<std::pair<std::string, AsnTypeRef>> element_type_list);
125 explicit EnumeratedAsnType(std::list<std::pair<std::string, unsigned int>> named_number_list);
180 const std::list<std::pair<std::string, AsnTypeRef>>
fields;
185 explicit SequenceAsnType(std::list<std::pair<std::string, AsnTypeRef>> _fields);
207 const std::list<std::pair<std::string, AsnTypeRef>>
fields;
212 explicit SetAsnType(std::list<std::pair<std::string, AsnTypeRef>> _fields);
227 SetOfAsnType(std::string element,
const std::string& size);
size_t size
The number of elements in the sequence.
const AsnType_Kind kind
The actual kind.
const std::list< std::pair< std::string, AsnTypeRef > > element_type_list
The list of name type.
const std::string name
The redefined type.
std::string element
The type of the element.
std::string element
The type of the element.
Template definition of refcount.
size_t size
The number of element in the set.
REF_FORWARD_DECL(AsnType)
STD include.
const std::list< std::pair< std::string, unsigned int > > named_number_list
The list of enum.
const std::list< std::pair< std::string, AsnTypeRef > > fields
The list of fields.
const std::list< std::pair< std::string, AsnTypeRef > > fields
The list of fields.