E-MailRelay
|
#include "gdef.h"
#include "gcleanup.h"
#include "gprocess.h"
#include "groot.h"
#include "glog.h"
#include <cstring>
#include <csignal>
#include <array>
Go to the source code of this file.
Classes | |
class | G::CleanupImp |
A static implementation class used by G::Cleanup. More... | |
Namespaces | |
namespace | G |
Low-level classes. | |
Typedefs | |
using | Handler = void(*)(int) |
Functions | |
void | gcleanup_handler (int signum) |
using Handler = void (*)(int) |
Definition at line 33 of file gcleanup_unix.cpp.
void gcleanup_handler | ( | int | signum | ) |
Definition at line 262 of file gcleanup_unix.cpp.