PandA-2024.02
|
#include <asn_type.hpp>
Public Member Functions | |
RedefineAsnType (std::string name) | |
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::string | name |
The redefined type. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AsnType | |
const AsnType_Kind | kind |
The actual kind. More... | |
Definition at line 163 of file asn_type.hpp.
|
explicit |
const std::string RedefineAsnType::name |
The redefined type.
Definition at line 167 of file asn_type.hpp.