LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
LogCabin::Event::Signal::Monitor Class Reference

Registers a Signal handler to be monitored by the Event::Loop. More...

#include <Signal.h>

Inheritance diagram for LogCabin::Event::Signal::Monitor:
LogCabin::Event::File::Monitor

List of all members.

Public Member Functions

 Monitor (Event::Loop &eventLoop, Signal &signal)
 See File::Monitor::Monitor.
 ~Monitor ()
 See File::Monitor::~Monitor.

Detailed Description

Registers a Signal handler to be monitored by the Event::Loop.

Once this is constructed, the Event::Loop will call the Signal's event handler appropriately.

This object must be destroyed or disableForever() called BEFORE the Signal object can be destroyed safely.

Definition at line 92 of file Signal.h.


Constructor & Destructor Documentation

See File::Monitor::Monitor.

Definition at line 107 of file Signal.cc.

See File::Monitor::~Monitor.

Reimplemented from LogCabin::Event::File::Monitor.

Definition at line 112 of file Signal.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines