7#ifndef MFRAME_536D123C_E7F9_4D81_9400_5A6BE022F590
8#define MFRAME_536D123C_E7F9_4D81_9400_5A6BE022F590
17#include "./../func/Consumer.h"
18#include "./../lang/Object.h"
51 this->vFunction =
reinterpret_cast<void (*)(
Interface&)
>(function);
92 virtual void accept(
Interface& t)
override;
Definition ConsumerEvent.h:31
ConsumerEvent(void(*function)(T &))
Construct a new object.
Definition ConsumerEvent.h:50
virtual ~ConsumerEvent(void) override
Destroy the object.
Definition BiConsumer.h:22
Definition Interface.h:134