C++ features by examples
|
is a pure virtual visitor of Sample_component and other specific components More...
Public Member Functions | |
virtual string | visit (const Sample_component &) const =0 |
overloaded function for each component More... | |
virtual | ~Visitor ()=default |
is a pure virtual visitor of Sample_component and other specific components
Definition at line 446 of file patterns.cpp.
|
virtualdefault |
|
pure virtual |
overloaded function for each component