Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Base jau environment class, merely to tag all environment settings by inheritance and hence documentation. More...
#include <environment.hpp>
Static Public Member Functions | |
static bool | is_terminating () noexcept |
Returns true if program is terminating as detected via atexit() callback or set_terminating() has been called. More... | |
static void | set_terminating () noexcept |
Optional path to signal early termination, i.e. More... | |
Base jau environment class, merely to tag all environment settings by inheritance and hence documentation.
See main environment environment
and environment::getExplodingProperties(const std::string & prefix_domain)
.
Definition at line 57 of file environment.hpp.
|
staticnoexcept |
Optional path to signal early termination, i.e.
JVM shutdown.
Definition at line 50 of file environment.cpp.
|
staticnoexcept |
Returns true if program is terminating as detected via atexit() callback or set_terminating() has been called.
Definition at line 49 of file environment.cpp.