MCPcopy Create free account
hub / github.com/beefytech/Beef / IsBfObjectPtr

Method IsBfObjectPtr

IDEHelper/DbgModule.cpp:1180–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178}
1179
1180bool DbgType::IsBfObjectPtr()
1181{
1182 if ((mTypeCode == DbgType_Ptr) && (mTypeParam != NULL))
1183 return mTypeParam->IsBfObject();
1184 return false;
1185}
1186
1187DbgExtType DbgType::CalcExtType()
1188{

Callers 10

BeefStringToStringMethod · 0.80
BeefTypeToStringMethod · 0.80
GetTypeNameMethod · 0.80
VisitMethod · 0.80
CreateCallMethod · 0.80
GetMemberListMethod · 0.80
EvaluateContinueMethod · 0.80
WinDebugger.cppFile · 0.80
GetPrimaryTypeMethod · 0.80
GetCompilerSettingsMethod · 0.80

Calls 1

IsBfObjectMethod · 0.80

Tested by

no test coverage detected