CyclicAcyclicExample - GerdHirsch/Cpp-VisitorFrameworkCyclicAcyclic GitHub Wiki

No matter whether you want to switch between Cyclic and Acyclic or not, you have to do the same things! The Example can be found in folder DemoApplication.

This is a Tour through the minimal activities to be done with the framework to implement your own visitables and visitors.

Start here: step One SPoD