mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
EnumType.UnderlyingType
support, generic enum constraint improvements
This commit is contained in:
parent
64161bf001
commit
1ee0a19bbf
5 changed files with 74 additions and 2 deletions
|
@ -1162,6 +1162,7 @@ public:
|
|||
virtual BfGenericParamDef* GetGenericParamDef() = 0;
|
||||
virtual BfExternalConstraintDef* GetExternConstraintDef() = 0;
|
||||
virtual String GetName() = 0;
|
||||
bool IsEnum();
|
||||
};
|
||||
|
||||
class BfGenericTypeParamInstance : public BfGenericParamInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue