MCPcopy Create free account

hub / github.com/aguinet/dragonffi / types & classes

Types & classes583 in github.com/aguinet/dragonffi

↓ 40 callersClassstr
third-party/pybind11/pytypes.h:41
↓ 29 callersClassarg
\ingroup annotations Annotation for arguments
third-party/pybind11/cast.h:1253
↓ 29 callersClassnone
third-party/pybind11/pytypes.h:1687
↓ 26 callersClassint_
third-party/pybind11/pytypes.h:1736
↓ 22 callersClasscpp_function
third-party/pybind11/pybind11.h:82
↓ 15 callersClassname
Annotation for function names
third-party/pybind11/attr.h:48
↓ 13 callersClassis_method
third-party/pybind11/attr.h:24
↓ 8 callersClassfunction
third-party/pybind11/pytypes.h:2137
↓ 8 callersClassis_new_style_constructor
Tag for a new-style `__init__` defined in `detail/init.h`
third-party/pybind11/attr.h:366
↓ 7 callersClassdtype
third-party/pybind11/numpy.h:540
↓ 7 callersClassmodule_local
Annotation that marks a class as local to the module:
third-party/pybind11/attr.h:110
↓ 7 callersClasstuple
third-party/pybind11/pytypes.h:1967
↓ 7 callersClasstype
third-party/pybind11/pytypes.h:43
↓ 6 callersClassbytearray
third-party/pybind11/pytypes.h:1657
↓ 5 callersClassbytes
third-party/pybind11/pytypes.h:1465
↓ 5 callersClassdict
third-party/pybind11/pytypes.h:1997
↓ 5 callersClassscope
Annotation for parent scope
third-party/pybind11/attr.h:36
↓ 5 callersClassset
third-party/pybind11/pytypes.h:2117
↓ 5 callersClassvalues_and_holders
Container for accessing and iterating over an instance's values/holders
third-party/pybind11/detail/type_caster_base.h:315
↓ 4 callersClassA
tests/typedef.cpp:24
↓ 4 callersClassKeyTy
lib/dffictx.h:128
↓ 4 callersClassmemoryview
third-party/pybind11/pytypes.h:2173
↓ 3 callersClassarray
third-party/pybind11/numpy.h:41
↓ 3 callersClassbuffer_info
third-party/pybind11/buffer_info.h:43
↓ 3 callersClasslist
third-party/pybind11/pytypes.h:2056
↓ 3 callersClasssibling
Annotation indicating that a function is an overload associated with a given "sibling"
third-party/pybind11/attr.h:54
↓ 2 callersClassCObj
bindings/python/cobj.h:254
↓ 2 callersClassReferenceProxy
include/dffi/iterator.h:87
↓ 2 callersClassType
include/dffi/dffi.h:30
↓ 2 callersClassis_operator
Annotation for operators
third-party/pybind11/attr.h:30
↓ 2 callersClassiterator
third-party/pybind11/detail/type_caster_base.h:325
↓ 2 callersClassvalue_and_holder
third-party/pybind11/detail/type_caster_base.h:253
↓ 2 callersClassweakref
third-party/pybind11/pytypes.h:1793
↓ 1 callersClassArrayType
include/dffi/dffi.h:33
↓ 1 callersClassDFFI
include/dffi/dffi.h:70
↓ 1 callersClassFunctionType
include/dffi/dffi.h:37
↓ 1 callersClassPointerType
include/dffi/dffi.h:32
↓ 1 callersClassargs_proxy
third-party/pybind11/pytypes.h:48
↓ 1 callersClassbuffer_protocol
Annotation which enables the buffer protocol for a type
third-party/pybind11/attr.h:79
↓ 1 callersClasserror_fetch_and_normalize
third-party/pybind11/pytypes.h:476
↓ 1 callersClassfunc_handle
ensure GIL is held during functor destruction
third-party/pybind11/functional.h:81
↓ 1 callersClassfunc_wrapper
to emulate 'move initialization capture' in C++11
third-party/pybind11/functional.h:103
↓ 1 callersClasskwargs_proxy
third-party/pybind11/pytypes.h:1268
↓ 1 callersClassmultiple_inheritance
Annotation indicating that a class is involved in a multiple inheritance relationship
third-party/pybind11/attr.h:73
↓ 1 callersClassprivate_ctr_tag
third-party/pybind11/buffer_info.h:154
↓ 1 callersClassself_t
third-party/pybind11/operators.h:71
↓ 1 callersClasstype_caster_generic
third-party/pybind11/detail/type_caster_base.h:498
↓ 1 callersClassvalue_and_holder
third-party/pybind11/detail/common.h:565
↓ 1 callersClassvoid_type
Helper type to replace 'void' in some expressions
third-party/pybind11/detail/common.h:792
ClassASTGenWrappersAction
lib/dffi_impl.h:214
ClassASTGenWrappersConsumer
lib/dffi_impl_clang.cpp:113
ClassAllocError
bindings/python/errors.h:68
ClassAnonStructTest
bindings/python/tests/test_anon_struct.py:20
ClassArrayKey
lib/dffictx.h:179
ClassArrayPtrTest
bindings/python/tests/test_array_ptr.py:20
ClassArrayTest
bindings/python/tests/test_array.py:22
ClassArrayTypeKeyInfo
lib/dffictx.h:126
ClassBadFunctionCall
bindings/python/errors.h:63
EnumBasicKind
include/dffi/types.h:86
ClassBasicObjConvertor
bindings/python/cobj.h:628
ClassBasicObjConvertor<T, false>
bindings/python/cobj.h:653
ClassBasicObjConvertor<T, true>
bindings/python/cobj.h:699
ClassBasicObjConvertorImpl
bindings/python/cobj.h:631
ClassBasicObjConvertorImpl<From, To, false>
bindings/python/cobj.h:634
ClassBasicObjConvertorImpl<From, To, true>
bindings/python/cobj.h:643
ClassBasicObjsTest
bindings/python/tests/test_basicobjs.py:21
ClassBasicType
Types
lib/dffi_impl.h:63
ClassBasicType
include/dffi/dffi.h:31
ClassBoolTest
bindings/python/tests/test_bool.py:21
ClassBuffersTest
bindings/python/tests/test_buffers.py:22
ClassCArrayObj
bindings/python/cobj.h:440
ClassCArrayObjPyIterator
bindings/python/pydffi.cpp:405
ClassCBOOps
bindings/python/cobj.h:284
ClassCCOpts
include/dffi/dffi.h:54
ClassCCompositeObj
bindings/python/cobj.h:489
ClassCDefTypesTest
bindings/python/tests/test_cdef_types.py:23
ClassCFunction
bindings/python/cobj.h:579
ClassCPointerObj
bindings/python/cobj.h:400
ClassCStructObj
bindings/python/cobj.h:557
ClassCUFuncs
bindings/python/pydffi.cpp:224
ClassCUImpl
lib/dffi_impl.h:86
ClassCUImpl
include/dffi/dffi.h:41
ClassCUImpl
include/dffi/composite_type.h:33
ClassCUImpl
include/dffi/types.h:34
ClassCUTypes
bindings/python/pydffi.cpp:249
ClassCUnionObj
bindings/python/cobj.h:568
ClassCVarArgsFunction
bindings/python/cobj.h:602
EnumCXXMode
include/dffi/dffi.h:44
ClassCXXTest
bindings/python/tests/test_cxx.py:22
EnumCallingConv
This enum is mapped on clang's calling convention values (see clang/Basic/Specifiers.h). Static asserts are made to ensure the consistency!
include/dffi/cc.h:23
ClassCastTest
bindings/python/tests/test_cast.py:21
ClassCompileError
bindings/python/errors.h:40
ClassCompilerInstance
lib/dffi_impl.h:50
ClassCompositeField
include/dffi/composite_type.h:29
ClassCompositeType
include/dffi/composite_type.h:30
ClassConstCastError
bindings/python/errors.h:83
ClassConstError
bindings/python/errors.h:78
ClassConstnessTest
bindings/python/tests/test_constness.py:22
ClassConvertArgsSwitch
bindings/python/cobj.cpp:168
ClassCreateObjSwitch
bindings/python/cobj.cpp:285
next →1–100 of 583, ranked by callers