-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
This doesn't work (at least not with the .cpp option):
simple.zip
struct TableOne
{
id: ulong;
thisValue: uint;
}
table TableTwo
{
id: ulong;
anotherOne: TableOne;
thisValue: uint;
v:[int];
}
table TableThree
{
id: ulong;
name: string;
finalOne: TableTwo;
}
Am I way off-base here and have missed something obvious?
If we can't nest tables/structs within other tables/structs, how can OB be an Object-Oriented database?
It also doesn't appear to support vectors/lists/arrays. Another critical feature for any OO system.
Metadata
Metadata
Assignees
Labels
No labels