xtd 0.2.0
signal.h File Reference
#include "enum.h"
#include <csignal>

Definition

Contains xtd::signal enum class.

Include dependency graph for signal.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::signal {
  xtd::signal::abnormal_termination = SIGABRT,
  xtd::signal::floating_point_exception = SIGFPE,
  xtd::signal::illegal_instruction = SIGILL,
  xtd::signal::interrupt = SIGINT,
  xtd::signal::segmentation_violation = SIGSEGV,
  xtd::signal::software_termination = SIGTERM
}
 Specifies signals that can interrupt the current process. More...