LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::byte_io_multiplexer::implementation_information_t Struct Reference

The implementation information returned. More...

#include "byte_io_multiplexer.hpp"

Classes

struct  multiplexes_t
 

Public Attributes

string_view name
 The name of the underlying implementation e.g. "OpenSSL", "IOCP", "io_uring", "Windows RIO" etc.
 
struct { 
 
   uint16_t   major {0} 
 
   uint16_t   minor {0} 
 
   uint16_t   patch {0} 
 
version 
 Version of the underlying implementation. Could be a kernel version if appropriate.
 
string_view postfix
 The build config or other disambiguator from others with the same name and version.
 
struct llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::multiplexes_t multiplexes
 

Detailed Description

The implementation information returned.

Constructor & Destructor Documentation

◆ implementation_information_t()

constexpr llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::implementation_information_t ( )
inlineconstexpr
532{}

Member Data Documentation

◆ major

uint16_t llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::major {0}
500{0}, minor{0}, patch{0};

◆ minor

uint16_t llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::minor {0}
500{0}, minor{0}, patch{0};

◆ patch

uint16_t llfio_v2_xxx::byte_io_multiplexer::implementation_information_t::patch {0}
500{0}, minor{0}, patch{0};

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