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


Public Member Functions | |
| SetOfAsnType (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 element in the set. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AsnType | |
| const AsnType_Kind | kind |
| The actual kind. More... | |
Definition at line 215 of file asn_type.hpp.
| SetOfAsnType::SetOfAsnType | ( | std::string | element, |
| const std::string & | size | ||
| ) |
Constructor.
Definition at line 119 of file asn_type.cpp.
| std::string SetOfAsnType::element |
The type of the element.
Definition at line 219 of file asn_type.hpp.
| size_t SetOfAsnType::size |
The number of element in the set.
Definition at line 222 of file asn_type.hpp.
1.8.13