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