Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::version Namespace Reference

Functions

const std::string & version_client ()
 < Grab the basic version information of the client; example: v1.8.0-rc1
 
const std::string & version_full ()
 
std::string _version_client ()
 < Helper function for version_client()
 
std::string _version_full ()
 

Function Documentation

◆ _version_client()

std::string sysio::version::_version_client ( )

Helper function for version_full()

Here is the caller graph for this function:

◆ _version_full()

std::string sysio::version::_version_full ( )
Here is the caller graph for this function:

◆ version_client()

const std::string & sysio::version::version_client ( )

Grab the full version information of the client; example: v1.8.0-rc1-7de458254[-dirty]

Definition at line 5 of file version.cpp.

5 {
6 static const std::string version{_version_client()};
7 return version;
8 }
std::string _version_client()
< Helper function for version_client()
Here is the call graph for this function:
Here is the caller graph for this function:

◆ version_full()

const std::string & sysio::version::version_full ( )

Definition at line 10 of file version.cpp.

10 {
11 static const std::string version{_version_full()};
12 return version;
13 }
std::string _version_full()
Here is the call graph for this function:
Here is the caller graph for this function: