EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PyCallable::CallDispatcher Class Referenceabstract

#include "PyCallable.h"

Inheritance diagram for PyCallable::CallDispatcher:

Public Member Functions

virtual ~CallDispatcher ()
 
virtual PyResult Dispatch (const std::string &method_name, PyCallArgs &call)=0
 

Detailed Description

Definition at line 72 of file PyCallable.h.

Constructor & Destructor Documentation

virtual PyCallable::CallDispatcher::~CallDispatcher ( )
inlinevirtual

Definition at line 75 of file PyCallable.h.

75 {}

Member Function Documentation

virtual PyResult PyCallable::CallDispatcher::Dispatch ( const std::string &  method_name,
PyCallArgs call 
)
pure virtual

Implemented in PyCallableDispatcher< Svc >.

Referenced by PyCallable::Call().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: