Type used for 32-bit IPv4 address values (in_addr_t).
More...
#include <lnx_kernel_utils.hpp>
Public Member Functions | |
| InAddrTType () | |
| 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) | |
Type used for 32-bit IPv4 address values (in_addr_t).
|
inline |
Builder for InAddrTType instances.
|
overridevirtual |
Converts an IPv4 address value to its dotted-decimal string representation.
| [in] | arion | Shared pointer to the Arion instance. |
| [in] | val | The IPv4 address value. |
Reimplemented from arion_type::KernelType.