#include <SoDaThreadRegistry.hxx>
Definition at line 53 of file SoDaThreadRegistry.hxx.
◆ ThreadRegistry()
| SoDa::ThreadRegistry::ThreadRegistry |
( |
| ) |
|
|
inlineprivate |
◆ addThread()
| void SoDa::ThreadRegistry::addThread |
( |
SoDa::ThreadPtr | thread, |
|
|
const std::string & | version ) |
|
static |
register a thread so that it can be connected and started
- Parameters
-
| thread | a thread object |
| version | the SoDaRadio version the thread object was built with (This must match the version the registry was built with.) |
◆ apply()
| void SoDa::ThreadRegistry::apply |
( |
std::function< bool(SoDa::ThreadPtr)> | f | ) |
|
|
static |
◆ getRegistrar()
◆ joinThreads()
| void SoDa::ThreadRegistry::joinThreads |
( |
| ) |
|
|
static |
◆ priv_addThread()
| void SoDa::ThreadRegistry::priv_addThread |
( |
SoDa::ThreadPtr | thread, |
|
|
const std::string & | version ) |
|
private |
register a thread so that it can be connected and started
- Parameters
-
| thread | a thread object |
| version | the SoDaRadio version the thread object was built with (This must match the version the registry was built with.) |
◆ priv_apply()
| void SoDa::ThreadRegistry::priv_apply |
( |
std::function< bool(SoDa::ThreadPtr)> | f | ) |
|
|
private |
◆ priv_joinThreads()
| void SoDa::ThreadRegistry::priv_joinThreads |
( |
| ) |
|
|
private |
◆ priv_shutDownThreads()
| void SoDa::ThreadRegistry::priv_shutDownThreads |
( |
| ) |
|
|
private |
◆ priv_startThreads()
| void SoDa::ThreadRegistry::priv_startThreads |
( |
| ) |
|
|
private |
◆ priv_subscribeThreads()
| void SoDa::ThreadRegistry::priv_subscribeThreads |
( |
const std::vector< SoDa::MailBoxBasePtr > & | mailboxes | ) |
|
|
private |
◆ shutDownThreads()
| void SoDa::ThreadRegistry::shutDownThreads |
( |
| ) |
|
|
static |
◆ startThreads()
| void SoDa::ThreadRegistry::startThreads |
( |
| ) |
|
|
static |
◆ subscribeThreads()
| void SoDa::ThreadRegistry::subscribeThreads |
( |
const std::vector< SoDa::MailBoxBasePtr > & | mailboxes | ) |
|
|
static |
◆ registrar
◆ thread_list
The documentation for this class was generated from the following file: