STTNet 0.7.0
Loading...
Searching...
No Matches
stt Namespace Reference

Namespaces

namespace  data
 数据处理
 
namespace  file
 文件相关:文件读写,日志等
 
namespace  network
 网络框架,协议,通信,io多路复用相关
 
namespace  security
 涉及信息安全的api
 
namespace  system
 系统的设置,进程的控制,心跳监控等
 
namespace  time
 时间相关操作,基础时间工具
 

Variables

constexpr int version_major =0
 
constexpr int version_minor =7
 
constexpr int version_patch =0
 
constexpr std::string_view version ="0.7.0"
 

Variable Documentation

◆ version

std::string_view stt::version ="0.7.0"
inlineconstexpr

◆ version_major

int stt::version_major =0
inlineconstexpr

STTNet semantic version exposed to build-time and runtime diagnostics.

◆ version_minor

int stt::version_minor =7
inlineconstexpr

◆ version_patch

int stt::version_patch =0
inlineconstexpr