μ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 | Static Public Member Functions | List of all members
other_lib::my_caster Struct Reference
Inheritance diagram for other_lib::my_caster:
[legend]

Public Member Functions

 PYBIND11_TYPE_CASTER (MyType, py_::detail::const_name("MyType"))
 
bool load (py_::handle, bool)
 
 PYBIND11_TYPE_CASTER (MyType, py_::detail::const_name("MyType"))
 
bool load (py_::handle, bool)
 

Static Public Member Functions

static py_::handle cast (const MyType &, py_::return_value_policy, py_::handle)
 
static py_::handle cast (const MyType &, py_::return_value_policy, py_::handle)
 

Detailed Description

Definition at line 120 of file test_custom_type_casters.cpp.

Member Function Documentation

◆ cast() [1/2]

static py_::handle other_lib::my_caster::cast ( const MyType ,
py_::return_value_policy  ,
py_::handle   
)
inlinestatic

Definition at line 124 of file test_custom_type_casters.cpp.

◆ cast() [2/2]

static py_::handle other_lib::my_caster::cast ( const MyType ,
py_::return_value_policy  ,
py_::handle   
)
inlinestatic

Definition at line 124 of file test_custom_type_casters.cpp.

◆ load() [1/2]

bool other_lib::my_caster::load ( py_::handle  ,
bool   
)
inline

Definition at line 122 of file test_custom_type_casters.cpp.

◆ load() [2/2]

bool other_lib::my_caster::load ( py_::handle  ,
bool   
)
inline

Definition at line 122 of file test_custom_type_casters.cpp.

◆ PYBIND11_TYPE_CASTER() [1/2]

other_lib::my_caster::PYBIND11_TYPE_CASTER ( MyType  ,
py_::detail::const_name("MyType")   
)

◆ PYBIND11_TYPE_CASTER() [2/2]

other_lib::my_caster::PYBIND11_TYPE_CASTER ( MyType  ,
py_::detail::const_name("MyType")   
)

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