#include <WaterMarker/AbstractWaterMarker.h>

Go to the source code of this file.
Classes | |
| class | OoOJoin::ArrivalWM |
| watermark generates at time t, and every thing arrives later then t will be discard, i.e., flush finial result at t More... | |
Namespaces | |
| OoOJoin | |
Macros | |
| #define | newArrivalWM std::make_shared<OoOJoin::ArrivalWM> |
| (Macro) To creat a new ArrivalWM under shared pointer. More... | |
Typedefs | |
| typedef std::shared_ptr< class ArrivalWM > | OoOJoin::ArrivalWMPtr |
| The class to describe a shared pointer to ArrivalWM. More... | |
| #define newArrivalWM std::make_shared<OoOJoin::ArrivalWM> |
(Macro) To creat a new ArrivalWM under shared pointer.
[newArrivalWM]