Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
RecollectingReceiver Class Reference

Description

Statefull receiver of verb-tokens.

Definition at line 80 of file verb-function-dispatch-test.cpp.

Public Member Functions

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

Private Member Functions

string buildResultTerm (string nextToken)
 
string woof ()
 
string honk ()
 
string moo ()
 
string meh ()
 

Private Attributes

string verb_
 
_Fmt fmt_
 

Constructor & Destructor Documentation

◆ RecollectingReceiver()

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

References lib::test::anonymous_namespace{verb-function-dispatch-test.cpp}::BEGINNING().

+ Here is the call graph for this function:

Member Function Documentation

◆ buildResultTerm()

string buildResultTerm ( string  nextToken)
inlineprivate

Definition at line 87 of file verb-function-dispatch-test.cpp.

◆ woof()

string woof ( )
inlineprivatevirtual

Implements Receiver.

Definition at line 95 of file verb-function-dispatch-test.cpp.

◆ honk()

string honk ( )
inlineprivatevirtual

Implements Receiver.

Definition at line 96 of file verb-function-dispatch-test.cpp.

◆ moo()

string moo ( )
inlineprivatevirtual

Implements Receiver.

Definition at line 97 of file verb-function-dispatch-test.cpp.

◆ meh()

string meh ( )
inlineprivatevirtual

Implements Receiver.

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

Member Data Documentation

◆ verb_

string verb_
private

Definition at line 83 of file verb-function-dispatch-test.cpp.

◆ fmt_

_Fmt fmt_
private

Definition at line 84 of file verb-function-dispatch-test.cpp.

+ Inheritance diagram for RecollectingReceiver:
+ Collaboration diagram for RecollectingReceiver:

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