Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
DiagnosticRenderer Class Reference

Description

another concrete receiver to report any invocation with arguments

Definition at line 98 of file verb-visitor-dispatch-test.cpp.

Private Member Functions

string woof (bool huge, uint cnt) override
 
string honk (string theHonk) override
 
string moo (size_t num) override
 
string meh () override
 
template<typename... ARGS>
string report (Literal func, ARGS &&...args)
 

Additional Inherited Members

- Public Member Functions inherited from Receiver
virtual ~Receiver ()
 this is an interface
 

Member Function Documentation

◆ woof()

string woof ( bool  huge,
uint  cnt 
)
inlineoverrideprivatevirtual

Implements Receiver.

Definition at line 101 of file verb-visitor-dispatch-test.cpp.

◆ honk()

string honk ( string  theHonk)
inlineoverrideprivatevirtual

Implements Receiver.

Definition at line 102 of file verb-visitor-dispatch-test.cpp.

◆ moo()

string moo ( size_t  num)
inlineoverrideprivatevirtual

Implements Receiver.

Definition at line 103 of file verb-visitor-dispatch-test.cpp.

◆ meh()

string meh ( )
inlineoverrideprivatevirtual

Implements Receiver.

Definition at line 104 of file verb-visitor-dispatch-test.cpp.

◆ report()

template<typename... ARGS>
string report ( Literal  func,
ARGS &&...  args 
)
inlineprivate

Definition at line 108 of file verb-visitor-dispatch-test.cpp.

+ Inheritance diagram for DiagnosticRenderer:
+ Collaboration diagram for DiagnosticRenderer:

The documentation for this class was generated from the following file: