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

Public Attributes

bool bool_
 
uint32_t uint_
 
float float_
 
long double ldbl_
 

Detailed Description

Definition at line 21 of file test_numpy_dtypes.cpp.

Member Data Documentation

◆ bool_

bool SimpleStruct::bool_

Definition at line 22 of file test_numpy_dtypes.cpp.

◆ float_

float SimpleStruct::float_

Definition at line 24 of file test_numpy_dtypes.cpp.

◆ ldbl_

long double SimpleStruct::ldbl_

Definition at line 25 of file test_numpy_dtypes.cpp.

◆ uint_

uint32_t SimpleStruct::uint_

Definition at line 23 of file test_numpy_dtypes.cpp.


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