Loading...
Searching...
No Matches
virtual.h File Reference
#include <pybind11/pybind11.h>
#include "awkward/virtual/ArrayGenerator.h"
#include "awkward/virtual/ArrayCache.h"

Go to the source code of this file.

Classes

class  PyArrayGenerator
 
class  PyArrayCache
 

Functions

py::class_< PyArrayGenerator, std::shared_ptr< PyArrayGenerator > > make_PyArrayGenerator (const py::handle &m, const std::string &name)
 
py::class_< ak::SliceGenerator, std::shared_ptr< ak::SliceGenerator > > make_SliceGenerator (const py::handle &m, const std::string &name)
 
py::class_< PyArrayCache, std::shared_ptr< PyArrayCache > > make_PyArrayCache (const py::handle &m, const std::string &name)
 

Function Documentation

◆ make_PyArrayCache()

py::class_< PyArrayCache, std::shared_ptr< PyArrayCache > > make_PyArrayCache ( const py::handle &  m,
const std::string &  name 
)

◆ make_PyArrayGenerator()

py::class_< PyArrayGenerator, std::shared_ptr< PyArrayGenerator > > make_PyArrayGenerator ( const py::handle &  m,
const std::string &  name 
)

◆ make_SliceGenerator()

py::class_< ak::SliceGenerator, std::shared_ptr< ak::SliceGenerator > > make_SliceGenerator ( const py::handle &  m,
const std::string &  name 
)