11#include <framework/core/Module.h>
12#include <framework/datastore/DataStore.h>
38 virtual void event()
override;
EDurability
Durability types.
Prints the contents of DataStore in each event, listing all objects and arrays (including size).
bool m_firstEvent
boolean to check if the current event is the first encountered
virtual void initialize() override
initialization.
virtual void event() override
Prints information for each collection in the DataStore.
virtual ~PrintCollectionsModule()
Destructor of the module.
int m_printForEvent
Parameter to set the event number for which the collections should be printed.
void printCollections(DataStore::EDurability durability)
Prints information for each collection in the DataStore using the specified durability.
PrintCollectionsModule()
Constructor of the module.
Abstract base class for different kinds of events.