#include <cpython3_raw.h>

Public Member Functions | |
| Data & | GetData () | 
| const Data & | GetData () const | 
| Generic * | GetPtr () | 
| const DataType & | GetType () const | 
  Public Member Functions inherited from NativePyObjectHead_Release | |
| _typeobject * | GetTypeObject () | 
  Public Member Functions inherited from NativePyObject | |
| _object * | Get () | 
| const _object * | Get () const | 
Public Attributes | |
| py::CPythonLibraryInterface * | pylib | 
| Bool | _owner | 
| DataTypePtr | _mappingType | 
| Data | _data | 
| BlockArray< Data > | _helperStack | 
  Public Attributes inherited from NativePyObjectHead_Release | |
| Int | ob_refcnt | 
| struct NativePyTypeObject * | ob_type | 
| Data& GetData | ( | ) | 
| const Data& GetData | ( | ) | const | 
| Generic* GetPtr | ( | ) | 
| const DataType& GetType | ( | ) | const | 
| py::CPythonLibraryInterface* pylib | 
| Bool _owner | 
| DataTypePtr _mappingType | 
| Data _data | 
| BlockArray<Data> _helperStack |