Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_type::In6AddrTType Class Reference

Type used for 128-bit IPv6 address values (in6_addr_t). More...

#include <lnx_kernel_utils.hpp>

Inheritance diagram for arion_lnx_type::In6AddrTType:
arion_type::KernelType

Public Member Functions

 In6AddrTType ()
 
std::string str (std::shared_ptr< arion::Arion > arion, uint64_t val) override
 
- Public Member Functions inherited from arion_type::KernelType
virtual ~KernelType ()=default
 Virtual destructor to allow polymorphic deletion.
 
arion::LOG_COLOR get_color ()
 

Additional Inherited Members

- Protected Member Functions inherited from arion_type::KernelType
 KernelType (std::string name, arion::LOG_COLOR color=arion::LOG_COLOR::DEFAULT)
 

Detailed Description

Type used for 128-bit IPv6 address values (in6_addr_t).

Constructor & Destructor Documentation

◆ In6AddrTType()

arion_lnx_type::In6AddrTType::In6AddrTType ( )
inline

Builder for In6AddrTType instances.

Member Function Documentation

◆ str()

std::string arion_lnx_type::In6AddrTType::str ( std::shared_ptr< arion::Arion arion,
uint64_t  val 
)
overridevirtual

Converts an IPv6 address value to its string representation.

Parameters
[in]arionShared pointer to the Arion instance.
[in]valThe memory address pointing to the 128-bit IPv6 value.
Returns
String representation of the IPv6 address.

Reimplemented from arion_type::KernelType.


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