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

#include <asn_type.hpp>

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

Public Member Functions

 OctetStringAsnType (const std::string &size)
 Constructor. More...
 
 ~OctetStringAsnType () override
 Destructor. 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

size_t size
 The size. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 137 of file asn_type.hpp.

Constructor & Destructor Documentation

◆ OctetStringAsnType()

OctetStringAsnType::OctetStringAsnType ( const std::string &  size)
explicit

Constructor.

Definition at line 78 of file asn_type.cpp.

References size, THROW_ASSERT, and ~OctetStringAsnType().

Here is the call graph for this function:

◆ ~OctetStringAsnType()

OctetStringAsnType::~OctetStringAsnType ( )
overridedefault

Destructor.

Referenced by OctetStringAsnType().

Here is the caller graph for this function:

Field Documentation

◆ size

size_t OctetStringAsnType::size

The size.

Definition at line 141 of file asn_type.hpp.

Referenced by OctetStringAsnType().


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

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