Sese Framework
x.y.z
A cross-platform framework
|
环境信息类 更多...
#include <Environment.h>
Public 成员函数 | |
Environment ()=delete | |
Public 成员函数 继承自 sese::NotInstantiable | |
NotInstantiable ()=delete | |
virtual | ~NotInstantiable ()=default |
NotInstantiable (const NotInstantiable &)=delete | |
NotInstantiable & | operator= (const NotInstantiable &)=delete |
静态 Public 成员函数 | |
static const char * | getRepoHash () noexcept |
static const char * | getRepoBranch () noexcept |
static const char * | getMajorVersion () noexcept |
static const char * | getMinorVersion () noexcept |
static const char * | getPatchVersion () noexcept |
static const char * | getBuildDate () noexcept |
static const char * | getBuildTime () noexcept |
static const char * | getBuildDateTime () noexcept |
static const char * | getOperateSystemType () noexcept |
static bool | isLittleEndian () noexcept |
static bool | setEnv (const std::string &key, const std::string &value) noexcept |
static bool | unsetEnv (const std::string &key) noexcept |
static std::string | getEnv (const std::string &key) noexcept |
环境信息类
|
delete |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
获取当前上下文环境变量
key | 键 |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
设置当前上下文环境变量
key | 键 |
value | 值 |
|
staticnoexcept |
取消设置当前上下文环境变量
key | 键 |