sigslot.h | 22 // SIGSLOT_DEFAULT_MT_POLICY - Where thread support is enabled, this defaults to multi_threaded_global. 57 // multi_threaded_global - Your program is assumed to be multi threaded. Objects using signals and 59 // connections exist. In multi_threaded_global mode, this is achieved by a 65 // multi_threaded_local - Behaviour in this mode is essentially the same as multi_threaded_global, 140 class multi_threaded_global class in namespace:sigslot 143 multi_threaded_global() function in class:sigslot::multi_threaded_global 154 multi_threaded_global(const multi_threaded_global&) function in class:sigslot::multi_threaded_global 159 virtual ~multi_threaded_global() 217 class multi_threaded_global class in namespace:sigslot [all...] |