μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
ArrayStruct Struct Reference

Public Attributes

char a [3][4]
 
int32_t b [2]
 
std::array< uint8_t, 3 > c
 
std::array< float, 2 > d [4]
 

Detailed Description

Definition at line 90 of file test_numpy_dtypes.cpp.

Member Data Documentation

◆ a

char ArrayStruct::a

Definition at line 91 of file test_numpy_dtypes.cpp.

Referenced by operator<<().

◆ b

int32_t ArrayStruct::b

Definition at line 92 of file test_numpy_dtypes.cpp.

Referenced by operator<<().

◆ c

std::array< uint8_t, 3 > ArrayStruct::c

Definition at line 93 of file test_numpy_dtypes.cpp.

Referenced by operator<<().

◆ d

std::array< float, 2 > ArrayStruct::d

Definition at line 94 of file test_numpy_dtypes.cpp.

Referenced by test_pytypes.CustomContains::__contains__(), and operator<<().


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