μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
LocalBase< int > Class Template Reference

Simple class used to test py::local: More...

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

Public Member Functions

 LocalBase (int i)
 
 LocalBase (int i)
 

Public Attributes

int i = -1
 

Detailed Description

template<int>
class LocalBase< int >

Simple class used to test py::local:

Definition at line 8 of file local_bindings.h.

Constructor & Destructor Documentation

◆ LocalBase() [1/2]

template<int >
LocalBase< int >::LocalBase ( int  i)
inlineexplicit

Definition at line 10 of file local_bindings.h.

◆ LocalBase() [2/2]

template<int >
LocalBase< int >::LocalBase ( int  i)
inlineexplicit

Definition at line 10 of file local_bindings.h.

Member Data Documentation

◆ i

template<int >
int LocalBase< int >::i = -1

Definition at line 11 of file local_bindings.h.

Referenced by PYBIND11_MODULE(), and TEST_SUBMODULE().


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