Page Index - GerdHirsch/Cpp-VisitorFrameworkCyclicAcyclic GitHub Wiki
30 page(s) in this GitHub Wiki:
- Home
- Purpose
- Net Effect
- General Properties to be defined for visitors
- hooks
- tests
- Accessor
- Adapter Cyclic Implementation
- Application
- BaseKind
- CyclicAcyclicExample
- DefaultPolicy
- Defining Visitables
- Defining Visitors
- Defining which Types to visit
- Demo Visitor
- Implementation
- Make Visitable
- Make Visitable Repository and Factory
- Purpose
- Repository
- Repository Implementation
- Run Visitors
- StoragePolicy
- Typelist
- Visitable Adapters
- VisitableImpl Cyclic Implementation
- Visitor & Visitable
- Visitor Pattern
- VisitorBase Cyclic Implementation