ChunkyEventList.TimeSlice

A 'slice' of events based on start end end time.

Produced by ChunkyEventList.timeSlice().

TimeSlice is useful to get events in specified time extents but may be useless for zone generation as it may contain zone end events for zones that started before the slice. Even if a time slice starting exactly at a zone start time is used, a preceding zone may have ended in the same hectonanosecond.

Members

Functions

empty
bool empty()

Is the slice empty?

front
Event front()

Get the event on front of the slice.

popFront
void popFront()

Move to the next event.

Properties

save
TimeSlice save [@property getter]

Get a copy of the range in its current state.

Meta