MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / GetDeclaration

Method GetDeclaration

Siv3D/src/ThirdParty/angelscript/as_scriptfunction.cpp:1475–1480  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1473
1474// interface
1475const char *asCScriptFunction::GetDeclaration(bool includeObjectName, bool includeNamespace, bool includeParamNames) const
1476{
1477 asCString *tempString = &asCThreadManager::GetLocalData()->string;
1478 *tempString = GetDeclarationStr(includeObjectName, includeNamespace, includeParamNames);
1479 return tempString->AddressOf();
1480}
1481
1482// interface
1483const char *asCScriptFunction::GetScriptSectionName() const

Callers 14

DetermineSingleFuncMethod · 0.80
PrintMatchingFuncsMethod · 0.80
ImplicitConvObjectRefMethod · 0.80
CompileConstructCallMethod · 0.80
ValidateDefaultArgsMethod · 0.80
CompileClassesMethod · 0.80
InitGlobalPropMethod · 0.80
PrepareMethod · 0.80
DebugOutputMethod · 0.80

Calls 1

AddressOfMethod · 0.45

Tested by

no test coverage detected