Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::module_version Struct Referenceexport

Version information for network_system module. More...

Collaboration diagram for kcenon::network::module_version:
Collaboration graph

Static Public Attributes

static constexpr int major = 0
 
static constexpr int minor = 1
 
static constexpr int patch = 0
 
static constexpr int tweak = 0
 
static constexpr const char * string = "0.1.0.0"
 
static constexpr const char * module_name = "kcenon.network"
 

Detailed Description

Version information for network_system module.

Definition at line 72 of file network.cppm.

Member Data Documentation

◆ major

int kcenon::network::module_version::major = 0
staticconstexprexport

Definition at line 73 of file network.cppm.

◆ minor

int kcenon::network::module_version::minor = 1
staticconstexprexport

Definition at line 74 of file network.cppm.

◆ module_name

const char* kcenon::network::module_version::module_name = "kcenon.network"
staticconstexprexport

Definition at line 78 of file network.cppm.

◆ patch

int kcenon::network::module_version::patch = 0
staticconstexprexport

Definition at line 75 of file network.cppm.

◆ string

const char* kcenon::network::module_version::string = "0.1.0.0"
staticconstexprexport

Definition at line 77 of file network.cppm.

Referenced by kcenon::network::version().

◆ tweak

int kcenon::network::module_version::tweak = 0
staticconstexprexport

Definition at line 76 of file network.cppm.


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