#include <boost/signals2.hpp>
#include <iostream>
#include <memory>
Go to the source code of this file.
typedef boost::signals2::signal<int ()> IntSig |
Definition at line 84 of file test_sigslot.cxx.
89 sigaa.
connect(boost::ref(siga));
90 cout << sigaa()->get() <<
endl;;
91 cout << sigaa()->get() <<
endl;;
92 cout << sigaa()->get() <<
endl;;
void connect(const MyData::source_slot &s)
QTextStream & endl(QTextStream &s)
Definition at line 41 of file test_sigslot.cxx.
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a