MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / instance

Class instance

include/win/boost/python/object/instance.hpp:21–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19// Each extension instance will be one of these
20template <class Data = char>
21struct instance
22{
23 PyObject_VAR_HEAD
24 PyObject* dict;
25 PyObject* weakrefs;
26 instance_holder* objects;
27
28 typedef typename type_with_alignment<
29 ::boost::alignment_of<Data>::value
30 >::type align_t;
31
32 union
33 {
34 align_t align;
35 char bytes[sizeof(Data)];
36 } storage;
37};
38
39template <class Data>
40struct additional_instance_size

Callers 15

Operations.cppFile · 0.85
to_variantFunction · 0.85
from_variantFunction · 0.85
try_upgrade_dbFunction · 0.85
allocateMethod · 0.85
deallocateMethod · 0.85
node_allocatorClass · 0.85
allocate_oneMethod · 0.85
allocate_individualMethod · 0.85
deallocate_oneMethod · 0.85
deallocate_individualMethod · 0.85
allocateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected