mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Reworked splattability in mixins
This commit is contained in:
parent
c967d459f8
commit
3b1f1634ac
5 changed files with 45 additions and 36 deletions
|
@ -906,8 +906,7 @@ public:
|
|||
bool AlwaysInline();
|
||||
BfImportCallKind GetImportCallKind();
|
||||
bool IsTestMethod();
|
||||
bool AllowsSplatting();
|
||||
bool AllowsThisSplatting();
|
||||
bool AllowsSplatting(int paramIdx);
|
||||
int GetParamCount();
|
||||
int GetImplicitParamCount();
|
||||
void GetParamName(int paramIdx, StringImpl& name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue