/visitor-pattern

An Implementation of the "VISITOR" pattern in C++

Primary LanguageC++

An Implementation of the "VISITOR" pattern in C++

Build Status

Using more practical names like "Opreation" and "Perform", instead of visit and co.

I made notes on this pattern here

This Project also illustrates very basic stuffs like

Try it out

Just clone and run this script: . ./run.sh
Nothing fancy, the focus is the pattern and basic tool setup.