#include <irqsystem.h>


Public Member Functions | |
| IrqFunktor (HWIrqSystem *i, void(HWIrqSystem::*_fp)(unsigned int), unsigned int _vector) | |
| void | operator() () |
| Funktor * | clone () |
Protected Attributes | |
| HWIrqSystem * | irqSystem |
| void(HWIrqSystem::* | fp )(unsigned int) |
| unsigned int | vectorNo |
Definition at line 148 of file irqsystem.h.
| IrqFunktor::IrqFunktor | ( | HWIrqSystem * | i, | |
| void(HWIrqSystem::*)(unsigned int) | _fp, | |||
| unsigned int | _vector | |||
| ) | [inline] |
Definition at line 156 of file irqsystem.h.
Referenced by clone().

| Funktor* IrqFunktor::clone | ( | ) | [inline, virtual] |
Implements Funktor.
Definition at line 161 of file irqsystem.h.
References IrqFunktor().

| void IrqFunktor::operator() | ( | ) | [inline, virtual] |
void(HWIrqSystem::* IrqFunktor::fp)(unsigned int) [protected] |
Definition at line 152 of file irqsystem.h.
Referenced by operator()().
HWIrqSystem* IrqFunktor::irqSystem [protected] |
Definition at line 151 of file irqsystem.h.
Referenced by operator()().
unsigned int IrqFunktor::vectorNo [protected] |
Definition at line 153 of file irqsystem.h.
Referenced by operator()().
1.6.3