21 Mar
2016
21 Mar
'16
7:52 a.m.
2016-03-19 9:00 GMT-07:00 Adrian Boguszewski <adrbogus1@...3350...>:
Hi Krzysztof,
I implemented simplified version of LinkedHashSet in C++ using multi_index_container. Please find my file enclosed. Compile it with: g++ main.cpp -std=c++11
I would use a more descriptive name instead of multi_index_container, but otherwise it looks good.
Note that inside Inkscape, you won't be able to pass objects by value, and you'll have to handle callbacks from objects that are being destroyed to remove them from the set. But we can cover that later.
Best regards, Krzysztof