Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Necl | |
CSignal | Signalling component of a callback system |
CSignal< Void > | Specialised signal that emits without passing data |
CSigSlot | Not for direct use, provides the power behind both signals and slots |
CSigSlot< Void > | Not for direct use, provides the power behind both void signals and slots |
CSigSlotsManager | The sigslots connection manager |
CSlot | Function loading component of a callback system |
CSlot< Void > | Specialised slot that handles void callbacks |
CTopic | Stores publisher and subscriber lists to a uniquely string identified topic |