Go to the source code of this file.
Classes | |
class | JniProxy |
JniProxy is the virtual base class for all generated proxies. More... | |
class | JniProxyIter< T > |
JniProxyIter is used to access a JniProxy by reference. More... | |
class | JniProxyVisitor |
JniProxyVisitor is the base for all classes which need to visit one or more instances of JniProxy polymorphically. More... | |
class | JniProxyVisitTableBase |
struct | JniProxyVisitTableBase::VisitorMethod |
Abstract functor for calling the correct visit method. More... | |
class | JniProxyVisitTable< Visitor > |
JniProxyVisitTable implements a template-driven dispatch table for binding proxy types to visit methods. More... | |
struct | JniProxyVisitTable< Visitor >::VisitorMethodImpl< ProxyImpl > |
Functor implementation binding a JniProxy subclass (instantiating ProxyImpl) to a Visitor::visit method. More... |