MCPcopy Create free account
hub / github.com/anjo76/angelscript / ForwardGCEnumReferences

Method ForwardGCEnumReferences

sdk/angelscript/source/as_scriptengine.cpp:5034–5041  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

5032
5033// interface
5034void asCScriptEngine::ForwardGCEnumReferences(void *ref, asITypeInfo *type)
5035{
5036 asCTypeInfo *t = reinterpret_cast<asCTypeInfo*>(type);
5037 if ((t->flags & asOBJ_VALUE) && (t->flags & asOBJ_GC))
5038 {
5039 CallObjectMethod(ref, this, CastToObjectType(t)->beh.gcEnumReferences);
5040 }
5041}
5042
5043// interface
5044void asCScriptEngine::ForwardGCReleaseReferences(void *ref, asITypeInfo *type)

Callers 4

EnumReferencesMethod · 0.80
EnumReferencesMethod · 0.80
EnumReferencesMethod · 0.80
EnumReferencesMethod · 0.80

Calls 1

CastToObjectTypeFunction · 0.85

Tested by

no test coverage detected