PandA-2024.02
Public Member Functions | Protected Attributes
AsnType Class Reference

#include <asn_type.hpp>

Inheritance diagram for AsnType:
Inheritance graph
[legend]

Public Member Functions

 AsnType (const AsnType_Kind kind)
 Constructor. More...
 
virtual ~AsnType ()
 Destructor. More...
 
AsnType_Kind GetKind ()
 Return the type. More...
 

Protected Attributes

const AsnType_Kind kind
 The actual kind. More...
 

Detailed Description

Definition at line 70 of file asn_type.hpp.

Constructor & Destructor Documentation

◆ AsnType()

AsnType::AsnType ( const AsnType_Kind  _kind)
explicit

Constructor.

Header include.

utility includ

Definition at line 49 of file asn_type.cpp.

References ~AsnType().

Here is the call graph for this function:

◆ ~AsnType()

AsnType::~AsnType ( )
virtualdefault

Destructor.

Referenced by AsnType().

Here is the caller graph for this function:

Member Function Documentation

◆ GetKind()

AsnType_Kind AsnType::GetKind ( )

Return the type.

Definition at line 55 of file asn_type.cpp.

References kind.

Referenced by CreateAddressTranslation::ComputeAddress().

Here is the caller graph for this function:

Field Documentation

◆ kind

const AsnType_Kind AsnType::kind
protected

The actual kind.

Definition at line 74 of file asn_type.hpp.

Referenced by GetKind().


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

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