7 #ifndef __architecture_Fork_h__ 8 #define __architecture_Fork_h__ 24 void initialize(
void);
31 virtual void handle(
Record& r_sig);
kernel
Definition: namespace.dox:3
virtual void use(Record &r_fork)
Signal using the provided record r_sig when signaling.
Definition: Fork.cc:26
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Interface to handle signals from an SignalerI.
Definition: HandlerI.h:22
Reference to an instance of a Layout.
Definition: RecordSB.h:35
The purpose of ForkI is to fire off a signal when itself is signaled.
Definition: ForkI.h:18
Fork a signal.
Definition: Fork.h:17