pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
PydTypeObject
pyd
references
_
template
PydTypeObject (
T
) {
alias
Mapping
=
pyd_references
!
T
.
Mapping
;
alias
PydTypeObject
=
PydTypeObject
!(
Mapping
.
TypeInfoType
!
T
)
;
__gshared
static if
(!(
!is(Mapping.TypeInfoType!T == T)
))
PyTypeObject
PydTypeObject
;
}
Members
Aliases
Mapping
alias
Mapping
=
pyd_references
!
T
.
Mapping
Undocumented in source.
PydTypeObject
alias
PydTypeObject
=
PydTypeObject
!(
Mapping
.
TypeInfoType
!
T
)
Undocumented in source.
Static variables
PydTypeObject
PyTypeObject
PydTypeObject
;
Undocumented in source.
Meta
Source
See Implementation
pyd
references
functions
findMatchingType
get_d_reference
get_python_reference
isConversionAddingFunctionAttributes
remove_pyd_mapping
set_pyd_mapping
wrap_d_object
structs
DClass_Py_Mapping
DDg_Py_Mapping
DFn_Py_Mapping
DStruct_Py_Mapping
templates
FnHasRefParams
IsRefParam
PydTypeObject
is_wrapped
pyd_references
reference_container
_