7#ifndef MFRAME_D5355CD0_350F_40E5_83B7_6F237FF47EBA
8#define MFRAME_D5355CD0_350F_40E5_83B7_6F237FF47EBA
17#include "./../func/Consumer.h"
18#include "./../lang/Object.h"
55 template <
typename T = Interface,
typename C = Interface>
67 template <
typename T = Interface>
109 virtual void accept(
Interface& t)
override;
Definition ConsumerMethod.h:31
virtual ~ConsumerMethod(void) override
Destroy the object.
ConsumerMethod(Consumer< T > &cousumer)
Construct a new Consumer Method object.
Definition ConsumerMethod.h:68
ConsumerMethod(Interface &c, void(C::*method)(T &))
Construct a new Consumer Method object.
Definition ConsumerMethod.h:56
Definition BiConsumer.h:22
Definition Interface.h:134