Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

User extendable visitor pattern in C#

c# visitor-pattern

Evaluate Tree Expression via Visitor

C++ Visitor pattern with smart pointers

Implementing a visitor counter

Apples, oranges, and pointers to the most derived c++ class

Difference between visitor design pattern and depth first search?

Visitor Pattern can be replaced with Callback functions?

Is it possible to use std::visit without lambdas (just a simple class)? [closed]

A good reason to use the Visitor design pattern?

How can I reduce boilerplate with the visitor pattern in Swift?

Can I use CRTP with virtual functions or functors for visitor algorithms tolerant of changes to the classes

Is there a simple way to emulate Objective-C Categories in C#?

Understanding the context data structure in Antlr4

Visitor Pattern and traversal mechanism

Cyclic dependency in Visitor Design Pattern [closed]

Visitor pattern: overriding vs overloading

Visitor pattern where the visitors choose how to traverse

Dynamically choose method at runtime; alternatives to Visitor Pattern or Reflection

Can the visitor modify the object it visits

java visitor-pattern

A std::visit-like function for visiting over polymorphic types