μ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
IntFloat Union Reference

A simple union for basic testing. More...

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/tests/pybind11_tests.h>

Public Attributes

int i
 
float f
 

Detailed Description

A simple union for basic testing.

Definition at line 56 of file pybind11_tests.h.

Member Data Documentation

◆ f

float IntFloat::f

Definition at line 58 of file pybind11_tests.h.

Referenced by TEST_SUBMODULE().

◆ i

int IntFloat::i

Definition at line 57 of file pybind11_tests.h.

Referenced by TEST_SUBMODULE().


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