openPMD-api
Public Types | Public Member Functions | Public Attributes | List of all members
PythonDynamicMemoryView Struct Reference

Public Types

using ShapeContainer = pybind11::array::ShapeContainer
 

Public Member Functions

template<typename T >
 PythonDynamicMemoryView (DynamicMemoryView< T > dynamicView, ShapeContainer arrayShape, ShapeContainer strides)
 
pybind11::memoryview currentView () const
 

Public Attributes

std::shared_ptr< void > m_dynamicView
 
ShapeContainer m_arrayShape
 
ShapeContainer m_strides
 
Datatype m_datatype
 

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