Abstract Class for Ctrl+C management. More...
#include <iri_base_algorithm.h>
Static Protected Member Functions | |
static void | hupCalled (int sig) |
static void | sigCalled (int sig) |
Static Protected Attributes | |
static int | ctrl_c_hit_count_ = 0 |
Abstract Class for Ctrl+C management.
Definition at line 42 of file iri_base_algorithm.h.
static void algorithm_base::AbstractAlgorithmNode::hupCalled | ( | int | sig | ) | [inline, static, protected] |
Definition at line 47 of file iri_base_algorithm.h.
static void algorithm_base::AbstractAlgorithmNode::sigCalled | ( | int | sig | ) | [inline, static, protected] |
Definition at line 52 of file iri_base_algorithm.h.
int algorithm_base::AbstractAlgorithmNode::ctrl_c_hit_count_ = 0 [static, protected] |
Definition at line 45 of file iri_base_algorithm.h.