![]() |
helics
2.8.1
|
#include <BrokerApp.hpp>
Public Member Functions | |
| template<class... Args> | |
| BrokerKeeper (Args &&... args) | |
| BrokerKeeper (BrokerKeeper &&brkeep)=default | |
| BrokerKeeper (const BrokerKeeper &brkeep)=default | |
| BrokerKeeper & | operator= (BrokerKeeper &&brkeep)=default |
| BrokerKeeper & | operator= (const BrokerKeeper &brkeep)=default |
| bool | isConnected () |
| is the broker connected | |
| void | forceTerminate () |
| Force terminate the broker. | |
| ~BrokerKeeper () | |
| the destructor waits for the broker to terminate | |
class that waits for a broker to terminate before finishing the destructor
1.8.17