libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::IP4RawAddress Class Reference

A 32-bit IPv4 binary address in network byte order. More...

#include <types.hxx>

+ Inheritance diagram for cosmos::IP4RawAddress:

Additional Inherited Members

- Public Types inherited from cosmos::net::EndianNumber< T, endianness >
using RawInt = typename RawIntTraits<T, endianness>::Int
 
- Public Member Functions inherited from cosmos::net::EndianNumber< T, endianness >
constexpr EndianNumber ()
 Construct a zero-initialized integer.
 
constexpr EndianNumber (const no_init_t)
 Leave member undefined e.g. for use with placement new or for performance reasons.
 
constexpr EndianNumber (const RawInt rint)
 Construct the number from a raw integer in the correct byte order.
 
constexpr EndianNumber (const T egg)
 Constructs the number from a native integer that will possibly be converted into the correct byte order.
 
constexpr EndianNumber (const EndianNumber< T, EndianTraits< endianness >::other > other)
 Constructs the number from an EndianNumber of differing Endian type.
 
void setFromHost (const T egg)
 
constexpr T toHost () const
 
 operator T () const
 
RawInt raw () const
 
- Static Protected Member Functions inherited from cosmos::net::EndianNumber< T, endianness >
static constexpr T toTargetEndianness (const T egg)
 
- Protected Attributes inherited from cosmos::net::EndianNumber< T, endianness >
m_egg
 

Detailed Description

A 32-bit IPv4 binary address in network byte order.

Definition at line 130 of file types.hxx.


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