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

Method GetGenericDepth

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

Source from the content-addressed store, hash-verified

550 virtual BfPrimitiveType* ToPrimitiveType() { return NULL; }
551 virtual bool IsDependendType() { return false; }
552 virtual int GetGenericDepth() { return 0; }
553 virtual bool IsTypeInstance() { return false; }
554 virtual bool IsGenericTypeInstance() { return false; }
555 virtual bool IsUnspecializedType() { return false; }

Callers 2

ResolveGenericTypeMethod · 0.45
ResolveTypeRef_RefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected