mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Dynamic boxing
This commit is contained in:
parent
7036433e5d
commit
da5b81f419
14 changed files with 266 additions and 151 deletions
|
@ -1512,6 +1512,8 @@ public:
|
|||
BfTypedValue GetIntCoercible(const BfTypedValue& typedValue);
|
||||
bool WantsDebugInfo();
|
||||
BfTypeOptions* GetTypeOptions();
|
||||
BfReflectKind GetUserReflectKind(BfTypeInstance* attrType);
|
||||
BfReflectKind GetReflectKind(BfReflectKind reflectKind, BfTypeInstance* typeInstance);
|
||||
void CleanupFileInstances();
|
||||
void AssertErrorState();
|
||||
void AssertParseErrorState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue