Layout for the C++ as well

This commit is contained in:
Olivier Goffart 2020-06-10 19:35:50 +02:00
parent 907bea3d3b
commit 9c23326c60
6 changed files with 120 additions and 38 deletions

View file

@ -50,4 +50,12 @@ constexpr inline ItemTreeNode make_item_node(std::intptr_t offset,
{ ItemTreeNode::Item_Body { offset, vtable, child_count,
child_index } } };
}
// layouts:
using internal::Slice;
using internal::solve_grid_layout;
using internal::GridLayoutCellData;
using internal::GridLayoutData;
using internal::Constraint;
} // namespace sixtyfps