- Test:
- build and run some common cases for developing and verifying ichthyo's implementation concept for the Visitor Pattern.
Defines a hierarchy of test classes to check the following cases
-
calling the correct visiting tool specialized function for given concrete hierarchy classes
-
visiting tool not declaring to visit some class
-
newly added and not properly declared Visitable class causes the dispatcher to invoke an error handler
Definition at line 409 of file visitingtool-concept.cpp.
|
void | known_visitor_known_class () |
|
virtual void | run (Arg) |
|
void | visitor_not_visiting_some_class () |
|
The documentation for this class was generated from the following file: