group_particles
Loading...
Searching...
No Matches
Namespaces
callback_utils.hpp File Reference

Collects some pre-implemented functionality that makes it easier to construct a subclass of the Callback base class. More...

Go to the source code of this file.

Namespaces

namespace  CallbackUtils
 contains classes that implement parts of the Callback base.
 

Detailed Description

Collects some pre-implemented functionality that makes it easier to construct a subclass of the Callback base class.

By inheriting from some of the classes defined in the included header files, the user can achieve a lot of functionality without explicitly overriding the methods in Callback.

All classes are inside the CallbackUtils namespace and take as their first template argument a type constructed from the AllFields template (named AFields) which will not be explicitly documented for each of them.