the "visitor" interface used by all VerbPacks in this test
Definition at line 46 of file verb-visitor-dispatch-test.cpp.
|
| virtual | ~Receiver () |
| | this is an interface
|
| |
| virtual string | woof (bool huge, uint cnt)=0 |
| |
| virtual string | honk (string)=0 |
| |
| virtual string | moo (size_t num)=0 |
| |
| virtual string | meh ()=0 |
| |
◆ ~Receiver()
◆ woof()
| virtual string woof |
( |
bool |
huge, |
|
|
uint |
cnt |
|
) |
| |
|
pure virtual |
◆ honk()
| virtual string honk |
( |
string |
| ) |
|
|
pure virtual |
◆ moo()
| virtual string moo |
( |
size_t |
num | ) |
|
|
pure virtual |
◆ meh()
The documentation for this class was generated from the following file: