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

#include <asn_type.hpp>

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

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

Detailed Description

Definition at line 215 of file asn_type.hpp.

Constructor & Destructor Documentation

◆ SetOfAsnType()

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

Constructor.

Definition at line 119 of file asn_type.cpp.

Field Documentation

◆ element

std::string SetOfAsnType::element

The type of the element.

Definition at line 219 of file asn_type.hpp.

◆ size

size_t SetOfAsnType::size

The number of element in the set.

Definition at line 222 of file asn_type.hpp.


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