PandA-2024.02
|
#include <asn_type.hpp>
Public Member Functions | |
OctetStringAsnType (const std::string &size) | |
Constructor. More... | |
~OctetStringAsnType () override | |
Destructor. 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 | |
size_t | size |
The size. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AsnType | |
const AsnType_Kind | kind |
The actual kind. More... | |
Definition at line 137 of file asn_type.hpp.
|
explicit |
Constructor.
Definition at line 78 of file asn_type.cpp.
References size, THROW_ASSERT, and ~OctetStringAsnType().
|
overridedefault |
size_t OctetStringAsnType::size |