| ▼Necl | |
| ▼Nlite | |
| ▼Nsigslots | |
| CError | Extends the generic ecl error handler with some time specific error strings |
| CGlobalSlot | A slot with global/static callback function |
| CGlobalSlot< void > | A slot with global/static callback function |
| CMemberSlot | A slot with member callback function |
| CMemberSlot< void, FunctionClass > | A slot with member callback function |
| CMemberSlotsBase | Used internally to retrieve info about members lots |
| CMemberSlotsBase< void, FunctionClass > | Used internally to retrieve info about void member slots |
| CSlotBase | Parent slot class with the common, publicly exposed interface |
| CSlotBase< void > | Parent slot class with the common, publicly exposed interface |
| CGlobalSlots | This is the global slot interface |
| CGlobalSlots< void, Dummy > | Specialisation for void global slots management |
| CMemberSlots | This is the member slot interface, inheritable by classes |
| CMemberSlots< void, FunctionClass, Capacity > | Specialisation for void member slots management |
| CSignal | A simple signal class |
| CSignal< void, Capacity > | Specialisation of the signal for data-less sigslots |