Lumiera
0.pre.03
»edit your freedom«
|
another concrete receiver to report any invocation with arguments
Definition at line 107 of file verb-visitor-dispatch-test.cpp.
Private Member Functions | |
string | honk (string theHonk) override |
string | meh () override |
string | moo (size_t num) override |
template<typename... ARGS> | |
string | report (Literal func, ARGS &&...args) |
string | woof (bool huge, uint cnt) override |
Additional Inherited Members | |
Public Member Functions inherited from Receiver | |
virtual | ~Receiver () |
this is an interface | |