![]() |
PandA-2024.02
|
#include <asn_type.hpp>


Public Member Functions | |
| SequenceOfAsnType (std::string element, const std::string &size) | |
| 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 | |
| std::string | element |
| The type of the element. More... | |
| size_t | size |
| The number of elements in the sequence. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AsnType | |
| const AsnType_Kind | kind |
| The actual kind. More... | |
Definition at line 188 of file asn_type.hpp.
| SequenceOfAsnType::SequenceOfAsnType | ( | std::string | element, |
| const std::string & | size | ||
| ) |
| std::string SequenceOfAsnType::element |
The type of the element.
Definition at line 192 of file asn_type.hpp.
| size_t SequenceOfAsnType::size |
The number of elements in the sequence.
Definition at line 195 of file asn_type.hpp.
Referenced by SequenceOfAsnType().
1.8.13