Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
type_caster< CopyOnlyInt > Struct Template Reference

Public Types

template<typename T >
using cast_op_type = pybind11::detail::cast_op_type< T >
 

Public Member Functions

bool load (handle src, bool)
 
 operator CopyOnlyInt & ()
 
 operator CopyOnlyInt * ()
 

Static Public Member Functions

static handle cast (const CopyOnlyInt &m, return_value_policy r, handle p)
 
static handle cast (const CopyOnlyInt *src, return_value_policy policy, handle parent)
 

Static Public Attributes

static constexpr auto name = _("CopyOnlyInt")
 

Protected Attributes

CopyOnlyInt value
 

Detailed Description

template<>
struct type_caster< CopyOnlyInt >

Definition at line 85 of file test_copy_move.cpp.

Member Typedef Documentation

template<typename T >
using type_caster< CopyOnlyInt >::cast_op_type = pybind11::detail::cast_op_type<T>

Definition at line 98 of file test_copy_move.cpp.

Member Function Documentation

static handle type_caster< CopyOnlyInt >::cast ( const CopyOnlyInt m,
return_value_policy  r,
handle  p 
)
inlinestatic

Definition at line 91 of file test_copy_move.cpp.

static handle type_caster< CopyOnlyInt >::cast ( const CopyOnlyInt src,
return_value_policy  policy,
handle  parent 
)
inlinestatic

Definition at line 92 of file test_copy_move.cpp.

bool type_caster< CopyOnlyInt >::load ( handle  src,
bool   
)
inline

Definition at line 90 of file test_copy_move.cpp.

type_caster< CopyOnlyInt >::operator CopyOnlyInt & ( )
inline

Definition at line 97 of file test_copy_move.cpp.

type_caster< CopyOnlyInt >::operator CopyOnlyInt * ( )
inline

Definition at line 96 of file test_copy_move.cpp.

Member Data Documentation

constexpr auto type_caster< CopyOnlyInt >::name = _("CopyOnlyInt")
static

Definition at line 89 of file test_copy_move.cpp.

CopyOnlyInt type_caster< CopyOnlyInt >::value
protected

Definition at line 87 of file test_copy_move.cpp.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54