Welcome, Guest! Log In | Create Account

Share

multi_methods

by jesjones

multi_methods is a C++ library that allows virtual methods to be added to a class without editing the class. It also allows methods to dispatch on all of their arguments instead of only on the this pointer which makes Patterns like Visitor trivial.


http://multimethods.sourceforge.net

Software Development

Project Feed

multi_methods Actions