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

Method IsBoxedStructPtr

IDEHelper/Compiler/BfResolvedTypeUtils.h:2307–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2305 virtual BfTypeInstance* GetImplBaseType() override { return (mBoxedBaseType != NULL) ? mBoxedBaseType : mBaseType; }
2306
2307 bool IsBoxedStructPtr()
2308 {
2309 return (mBoxedFlags & BoxedFlags_StructPtr) != 0;
2310 }
2311
2312 BfType* GetModifiedElementType();
2313};

Callers 6

GetTypeTypeDataMethod · 0.80
CreateTypeDataMethod · 0.80
ProcessMethodMethod · 0.80
DoPopulateTypeMethod · 0.80
GetDebugTypeNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected