mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Added 'visibleProjectSet', changed visibility rules for generics
This commit is contained in:
parent
6021518343
commit
75dd1a4213
6 changed files with 100 additions and 25 deletions
|
@ -44,6 +44,7 @@ class BfProject;
|
|||
|
||||
struct BfTypeDefMapFuncs;
|
||||
typedef MultiHashSet<BfTypeDef*, BfTypeDefMapFuncs> BfTypeDefMap;
|
||||
typedef HashSet<BfProject*> BfProjectSet;
|
||||
|
||||
class BfAtom
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue