#include <Common/Window.h>#include <Common/Tuples.h>#include <Utils/UtilityFunctions.hpp>#include <assert.h>#include <Utils/ConfigMap.hpp>#include <Utils/IntelliLog.h>

Go to the source code of this file.
Classes | |
| class | OoOJoin::AbstractWaterMarker |
| The abstraction to describe a watermark generator, providing virtual function of deciding watermark generation. More... | |
Namespaces | |
| OoOJoin | |
Macros | |
| #define | WM_INFO INTELLI_INFO |
| #define | WM_ERROR INTELLI_ERROR |
| #define | WM_WARNNING INTELLI_WARNING |
| #define | newAbstractWaterMarker std::make_shared<OoOJoin::AbstractWaterMarker> |
| (Macro) To creat a new AbstractWaterMarker under shared pointer. More... | |
Typedefs | |
| typedef std::shared_ptr< class AbstractWaterMarker > | OoOJoin::AbstractWaterMarkerPtr |
| The class to describe a shared pointer to AbstractWaterMarker. More... | |
| #define newAbstractWaterMarker std::make_shared<OoOJoin::AbstractWaterMarker> |
(Macro) To creat a new AbstractWaterMarker under shared pointer.
[newAbstractWaterMarker]