36 template <
typename ... types >
37 static void notify(
const types& ...) {};
42 template <
typename ... types >
43 static bool initialize(
const types& ...) {
return true; };
48 template <
typename ... types >
54 template <
typename ... types >
66 template <
typename ... types >
The most CPU efficient Observer for the VXDTF filter tools (even if useless).
~VoidObserver()
An empty destructor for an empty class.
static void terminate(const types &...)
static method used by the observed object to terminate the observer.
static void prepare(const types &...)
static method used by the observed object to prepare the observer it is called by the boolean filter ...
VoidObserver()
An empty constructor for an empty class.
static bool initialize(const types &...)
static method used by the observed object to initialize the observer it is called once usually from t...
static void notify(const types &...)
static method used by the observed object to notify the observer.
static void collect(const types &...)
static method used by the observed object to prepare the observer it is called by the boolean filter ...
Abstract base class for different kinds of events.