ppap4lmp  0.7.2
PyProcessor< PRO > Class Template Reference

Trampoline class to bind Processor class and its subclasses to Python. More...

#include <py_processor.h>

Inheritance diagram for PyProcessor< PRO >:
Collaboration diagram for PyProcessor< PRO >:

Public Member Functions

void prepare () override
 
void finish () override
 
bool run () override
 

Protected Member Functions

void run_impl (const int index) override
 
void use_generator_at (const int i) override
 
void finish_using_generator_at (const int i) override
 

Detailed Description

template<class PRO = Processor>
class PyProcessor< PRO >

Trampoline class to bind Processor class and its subclasses to Python.

For more details, please see pybind11 documentation: https://pybind11.readthedocs.io/en/stable/advanced/classes.html.

Definition at line 22 of file py_processor.h.


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