6#ifndef CALLBACK_UTILS_NAME_HPP
7#define CALLBACK_UTILS_NAME_HPP
24 template<
typename AFields, u
int8_t PartType>
28 std::string grp_name ()
const override final
32 std::string prt_name ()
const override final
34 return "PartType" + std::to_string(PartType)+
"/";
42 template<
typename AFields>
Contains the abstract base class that the user should subclass from in order to define the desired fu...
contains classes that implement parts of the Callback base.
Definition callback_utils.hpp:35
The abstract base class the user should inherit from.
Definition callback.hpp:32
Gadget-type hdf5 format.
Definition callback_utils_name.hpp:46
Illustris-type hdf5 format.
Definition callback_utils_name.hpp:27