I use Loki::Functor in my project for a simple event system. The event has its handler function taking some parameters. In this case, it is called PrintEventString. In order to put it in the queue, th
I loved Loki\'s C++ HierarchyGenerator and want to do the same in C#. What I want in the end is a class that has a virtual function per argument in a given typelist.
I am currently looking at the most popular smart Ptr implementations such as boost shared and weak pointers aswell as loki Smart and Strong pointer 开发者_如何学Pythonsince I want to implement my own
I\'ve been reading Alexandrescu\'s book, Modern C++ design , and I\'ve been quite impressed by the techniques he uses, so I wanted to add Loki library to my application.
Link to source code of Loki Pimpl hea开发者_运维问答der. I am not able to find any documentation on how to use the same, can any one explain how to use.