| 
    jaulib v1.4.1
    
   Jau Support Library (C++, Java, ..) 
   | 
 
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.   | |
| static void | set_terminating () noexcept | 
| Optional path to signal early termination, i.e.   | |
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.