xtd 0.2.0
exit_mode.h File Reference
#include "enum.h"
#include <cstdlib>

Definition

Contains xtd::exit_mode enum class.

Include dependency graph for exit_mode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::exit_mode {
  xtd::exit_mode::normal = 0,
  xtd::exit_mode::quick = 1
}
 Specifies exit mode for the xtd::environment::program_exit event. More...