loki
Loki functor - problem with memory
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[详细]
2023-04-02 02:27 分类:问答C# Typelist analog to Loki::Typelist with Hierarchy Generator
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.[详细]
2023-03-21 10:46 分类:问答c++: Loki StrongPtr looks unsafe to me, is that so?
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[详细]
2023-03-03 00:11 分类:问答C++: Are YOU using Loki or Boost for functors ?
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.[详细]
2023-01-05 01:13 分类:问答How to use Loki's Pimpl implementation?
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.[详细]
2022-12-19 19:55 分类:问答