#include <JniProxy.h>
Inheritance diagram for JniProxyVisitTable< Visitor >:
Classes | |
struct | VisitorMethodImpl |
Functor implementation binding a JniProxy subclass (instantiating ProxyImpl) to a Visitor::visit method. More... |
The Visitor parameter is instantiated by code generation to be a class derived from JniProxyVisitor that declares virtual visit methods for all proxy types.
TODO: see if boost can provide some of this machinery, maybe generalizing to multiple parameters and a return type
Definition at line 312 of file JniProxy.h.