mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Inline anonymous type declarations
This commit is contained in:
parent
f609062c2a
commit
958fc30310
20 changed files with 600 additions and 48 deletions
|
@ -2205,6 +2205,7 @@ public:
|
|||
bool HasBeenInstantiated() { return mHasBeenInstantiated || ((mAlwaysIncludeFlags & BfAlwaysIncludeFlag_AssumeInstantiated) != 0); }
|
||||
bool IncludeAllMethods() { return ((mAlwaysIncludeFlags & BfAlwaysIncludeFlag_IncludeAllMethods) != 0); }
|
||||
bool DefineStateAllowsStaticMethods() { return mDefineState >= BfTypeDefineState_HasInterfaces_Direct; }
|
||||
bool IsAnonymous();
|
||||
|
||||
virtual void ReportMemory(MemReporter* memReporter) override;
|
||||
};
|
||||
|
@ -2669,6 +2670,7 @@ public:
|
|||
Array<BfCustomAttributeSetProperty> mSetProperties;
|
||||
Array<BfCustomAttributeSetField> mSetField;
|
||||
bool mAwaitingValidation;
|
||||
bool mIsMultiUse;
|
||||
|
||||
BfAstNode* GetRefNode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue