ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Communication::RegisterCallback Class Reference

Helper class to add callbacks before main. More...

#include <MpiCallbacks.hpp>

Public Member Functions

 RegisterCallback ()=delete
 
template<class... Args>
 RegisterCallback (void(*cb)(Args...))
 

Detailed Description

Helper class to add callbacks before main.

Should not be used directly, but via REGISTER_CALLBACK.

Definition at line 491 of file MpiCallbacks.hpp.

Constructor & Destructor Documentation

◆ RegisterCallback() [1/2]

Communication::RegisterCallback::RegisterCallback ( )
delete

◆ RegisterCallback() [2/2]

template<class... Args>
Communication::RegisterCallback::RegisterCallback ( void(*)(Args...)  cb)
inlineexplicit

Definition at line 496 of file MpiCallbacks.hpp.

References Communication::MpiCallbacks::add_static().


The documentation for this class was generated from the following file: