PandA-2024.02
Public Member Functions | Data Fields
SequenceOfAsnType Class Reference

#include <asn_type.hpp>

Inheritance diagram for SequenceOfAsnType:
Inheritance graph
[legend]
Collaboration diagram for SequenceOfAsnType:
Collaboration graph
[legend]

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...
 

Detailed Description

Definition at line 188 of file asn_type.hpp.

Constructor & Destructor Documentation

◆ SequenceOfAsnType()

SequenceOfAsnType::SequenceOfAsnType ( std::string  element,
const std::string &  size 
)

Constructor.

Definition at line 103 of file asn_type.cpp.

References size, and THROW_ASSERT.

Field Documentation

◆ element

std::string SequenceOfAsnType::element

The type of the element.

Definition at line 192 of file asn_type.hpp.

◆ size

size_t SequenceOfAsnType::size

The number of elements in the sequence.

Definition at line 195 of file asn_type.hpp.

Referenced by SequenceOfAsnType().


The documentation for this class was generated from the following files:

Generated on Mon Feb 12 2024 13:04:03 for PandA-2024.02 by doxygen 1.8.13