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

#include <asn_type.hpp>

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

Public Member Functions

 ChoiceAsnType (std::list< std::pair< std::string, AsnTypeRef >> element_type_list)
 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

const std::list< std::pair< std::string, AsnTypeRef > > element_type_list
 The list of name type. More...
 

Additional Inherited Members

- Protected Attributes inherited from AsnType
const AsnType_Kind kind
 The actual kind. More...
 

Detailed Description

Definition at line 102 of file asn_type.hpp.

Constructor & Destructor Documentation

◆ ChoiceAsnType()

ChoiceAsnType::ChoiceAsnType ( std::list< std::pair< std::string, AsnTypeRef >>  element_type_list)
explicit

Constructor.

Parameters
element_type_listis the types composing this choice

Definition at line 64 of file asn_type.cpp.

Field Documentation

◆ element_type_list

const std::list<std::pair<std::string, AsnTypeRef> > ChoiceAsnType::element_type_list

The list of name type.

Definition at line 106 of file asn_type.hpp.


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

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