Orxonox
0.0.5 Codename: Arcturus
|
Declaration of the SignalHandler class. More...
#include "UtilPrereqs.h"
#include <cassert>
#include <string>
#include "Singleton.h"
#include "SpecialConfig.h"
#include <list>
#include <signal.h>
Go to the source code of this file.
Classes | |
struct | orxonox::SignalCallbackRec |
class | orxonox::SignalHandler |
The SignalHandler is used to catch signals like SIGSEGV and write a backtrace to the logfile. More... | |
struct | orxonox::SignalRec |
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Typedefs | |
typedef int(* | orxonox::SignalCallback) (void *someData) |
typedef std::list< SignalCallbackRec > | orxonox::SignalCallbackList |
typedef std::list< SignalRec > | orxonox::SignalRecList |
Declaration of the SignalHandler class.