|
libkazv
|
Indicate that there are events to be saved. More...
#include <kazv-triggers.hpp>
Public Attributes | |
| immer::map< std::string, EventList > | timelineEvents |
| The events to be saved in the timeline. | |
| immer::map< std::string, EventList > | nonTimelineEvents |
| The events that should be saved, but not in the timeline. | |
Indicate that there are events to be saved.
| immer::map<std::string , EventList> Kazv::SaveEventsRequested::nonTimelineEvents |
The events that should be saved, but not in the timeline.
| immer::map<std::string , EventList> Kazv::SaveEventsRequested::timelineEvents |
The events to be saved in the timeline.
The events saved in the timeline part of the storage can be considered continuous, i.e. they can be loaded to fully re-construct the timeline. There can be gaps, but all gaps are properly recorded in the client state so that it can be easily paginated.