PandA-2024.02
|
#include <asn_type.hpp>
Public Member Functions | |
SetAsnType (std::list< std::pair< std::string, AsnTypeRef >> _fields) | |
Constructor. More... | |
Public Member Functions inherited from AsnType | |
AsnType (const AsnType_Kind kind) | |
Constructor. More... | |
virtual | ~AsnType () |
Destructor. More... | |
AsnType_Kind | GetKind () |
Return the type. More... | |
Data Fields | |
const std::list< std::pair< std::string, AsnTypeRef > > | fields |
The list of fields. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AsnType | |
const AsnType_Kind | kind |
The actual kind. More... | |
Definition at line 203 of file asn_type.hpp.
|
explicit |
Constructor.
Definition at line 114 of file asn_type.cpp.
const std::list<std::pair<std::string, AsnTypeRef> > SetAsnType::fields |
The list of fields.
Definition at line 207 of file asn_type.hpp.