qpcpp/doxygen/snippets/qf_xctor.cpp
Quantum Leaps 56ef8c82d8 5.9.7a
2017-08-29 16:01:46 -04:00

8 lines
277 B
C++

namespace DPP {
// local extended-thread objects .............................................
static void Thread1_run(QP::QXThread * const me); // run routine for Thread1
static QP::QXThread l_test1(&Thread1_run, 0U); //<== QXThread::QXThread() ctor
. . .
} // namespace DPP