Loading...
Searching...
No Matches
forth.h File Reference
#include <pybind11/pybind11.h>
#include "awkward/forth/ForthMachine.h"

Go to the source code of this file.

Functions

template<typename T , typename I >
py::class_< ak::ForthMachineOf< T, I >, std::shared_ptr< ak::ForthMachineOf< T, I > > > make_ForthMachineOf (const py::handle &m, const std::string &name)
 

Function Documentation

◆ make_ForthMachineOf()

template<typename T , typename I >
py::class_< ak::ForthMachineOf< T, I >, std::shared_ptr< ak::ForthMachineOf< T, I > > > make_ForthMachineOf ( const py::handle & m,
const std::string & name )