Template Class SigSlotsManager

Class Documentation

template<typename Data = Void>
class SigSlotsManager

The sigslots connection manager.

This handles all the connections via the unique string identifiers. It does this invisibly, so the programmer need not actually have to use this class. However, it may be useful for debugging to actually check the number of connections with the printStatistics() method.

Template Parameters:

Data – : the type of sigslots this manager looks after.

Public Static Functions

static inline void printStatistics()

Print some statistics on the current status of the manager.

Only here for debugging purposes only.

Friends

friend class SigSlot< Data >