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

Method IsSignatureExceptNameEqual

sdk/angelscript/source/as_scriptfunction.cpp:1064–1067  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1062
1063// internal
1064bool asCScriptFunction::IsSignatureExceptNameEqual(const asCScriptFunction *func) const
1065{
1066 return IsSignatureExceptNameEqual(func->returnType, func->parameterTypes, func->inOutFlags, func->objectType, func->IsReadOnly());
1067}
1068
1069// internal
1070bool asCScriptFunction::IsSignatureExceptNameEqual(const asCDataType &retType, const asCArray<asCDataType> &paramTypes, const asCArray<asETypeModifiers> &paramInOut, const asCObjectType *objType, bool readOnly) const

Callers 12

ReadInnerMethod · 0.80
ImplicitConvObjectRefMethod · 0.80
CompleteFuncDefMethod · 0.80
CompileClassesMethod · 0.80
GetFactoryIdByDeclMethod · 0.80
RefCastObjectMethod · 0.80
FindMatchingFuncdefMethod · 0.80
BindImportedFunctionMethod · 0.80

Calls 1

IsReadOnlyMethod · 0.45

Tested by

no test coverage detected