cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Attributes | List of all members
DtypeSizeCheck Struct Reference

Public Attributes

std::string name {}
 
int size_cpp {}
 
int size_numpy {}
 
py::dtype dtype {}
 

Detailed Description

Definition at line 46 of file test_numpy_array.cpp.

Member Data Documentation

◆ dtype

py::dtype DtypeSizeCheck::dtype {}

Definition at line 51 of file test_numpy_array.cpp.

◆ name

std::string DtypeSizeCheck::name {}

Definition at line 47 of file test_numpy_array.cpp.

◆ size_cpp

int DtypeSizeCheck::size_cpp {}

Definition at line 48 of file test_numpy_array.cpp.

◆ size_numpy

int DtypeSizeCheck::size_numpy {}

Definition at line 49 of file test_numpy_array.cpp.


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