mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
offsetof
This commit is contained in:
parent
507fb82e4a
commit
4cda126188
11 changed files with 156 additions and 10 deletions
|
@ -3058,6 +3058,10 @@ void BfParser::NextToken(int endIdx, bool outerIsInterpolate)
|
|||
else if (SrcPtrHasToken("nullable"))
|
||||
mToken = BfToken_Nullable;
|
||||
break;
|
||||
case TOKEN_HASH('o', 'f', 'f', 's'):
|
||||
if (SrcPtrHasToken("offsetof"))
|
||||
mToken = BfToken_OffsetOf;
|
||||
break;
|
||||
case TOKEN_HASH('o', 'p', 'e', 'r'):
|
||||
if (SrcPtrHasToken("operator"))
|
||||
mToken = BfToken_Operator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue