Type representing the socket address families (domains) (AF_INET, AF_LOCAL, etc.). More...
#include <lnx_kernel_utils.hpp>
Public Member Functions | |
| SocketDomainType () | |
Public Member Functions inherited from arion_type::FlagType | |
| 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::FlagType | |
| FlagType (std::string name, std::map< uint64_t, std::string > flag_map) | |
Protected Member Functions inherited from arion_type::KernelType | |
| KernelType (std::string name, arion::LOG_COLOR color=arion::LOG_COLOR::DEFAULT) | |
Type representing the socket address families (domains) (AF_INET, AF_LOCAL, etc.).
|
inline |
Builder for SocketDomainType instances.