mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added '?' capture, reworked '&' capture, allow 'this' capture
This commit is contained in:
parent
7ab6800f40
commit
7f695596b8
5 changed files with 70 additions and 22 deletions
|
@ -627,12 +627,14 @@ public:
|
|||
{
|
||||
BfCaptureType mCaptureType;
|
||||
bool mUsed;
|
||||
BfIdentifierNode* mNameNode;
|
||||
BfAstNode* mRefNode;
|
||||
BfAstNode* mNameNode;
|
||||
|
||||
Entry()
|
||||
{
|
||||
mCaptureType = BfCaptureType_Copy;
|
||||
mUsed = false;
|
||||
mRefNode = NULL;
|
||||
mNameNode = NULL;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue