Files Classes Functions Hierarchy
#include <tvirtfuncPrintfunc.h>
Public Member Functions | |
| virtual void | visit (tvirtfuncAppA &app) const =0 |
| virtual void | visit (tvirtfuncAppB &app) const =0 |
| virtual | ~tvirtfuncPrintfunc () |
All classes simulating templated virtual functions need to be visible in this interface.
This technique is using the visitor pattern.
Definition at line 18 of file tvirtfuncPrintfunc.h.
| virtual tvirtfuncPrintfunc::~tvirtfuncPrintfunc | ( | ) | [inline, virtual] |
| void tvirtfuncPrintfunc::visit | ( | tvirtfuncAppB & | app | ) | const [pure virtual] |
| void tvirtfuncPrintfunc::visit | ( | tvirtfuncAppA & | app | ) | const [pure virtual] |
1.5.8