Go to the source code of this file.
Classes | |
class | ArrayGenerator |
Abstract superclass to generate arrays for VirtualArray, defining the interface. More... | |
class | SliceGenerator |
Generator for lazy slicing. Used to avoid materializing a VirtualArray before its content is needed (in case its content is never needed). More... | |
Namespaces | |
awkward | |
Typedefs | |
using | ArrayGeneratorPtr = std::shared_ptr< ArrayGenerator > |