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

Method GetGenericTypeInfo

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

Source from the content-addressed store, hash-verified

2183 virtual bool GetLoweredType(BfTypeUsage typeUsage, BfTypeCode* outTypeCode = NULL, BfTypeCode* outTypeCode2 = NULL) override;
2184
2185 BfGenericTypeInfo* GetGenericTypeInfo() { return mGenericTypeInfo; }
2186 virtual int GetGenericDepth() { return (mGenericTypeInfo != NULL) ? mGenericTypeInfo->mMaxGenericDepth : 0; }
2187
2188 virtual BfTypeInstance* ToGenericTypeInstance() override { return (mGenericTypeInfo != NULL) ? this : NULL; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected