c++ Programming Glossary: loki
Read a file backwards? http://stackoverflow.com/questions/10813930/read-a-file-backwards lines_in_reverse.begin line EDIT As per jrok 's and Loki Astari 's comments push_back would be more efficient but the..
How is heap and stack memories mananged, implemented, allocated [duplicate] http://stackoverflow.com/questions/1213265/how-is-heap-and-stack-memories-mananged-implemented-allocated small objects. This implementation is available in his Loki C library. Some embedded systems offer physically different..
How to easily indent output to ofstream? http://stackoverflow.com/questions/1391746/how-to-easily-indent-output-to-ofstream ofstream data data.imbue indentLocale data.open PLOP data Loki nUses Locale nTo do something silly n The definition of the..
C++ STL Map vs Vector speed http://stackoverflow.com/questions/2572678/c-stl-map-vs-vector-speed effectively have a number of alternatives. Libraries exist Loki AssocVector the interface of a map implemented over a vector..
Why does C++ not allow inherited friendship? http://stackoverflow.com/questions/3561648/why-does-c-not-allow-inherited-friendship in A w o 'friend class D' declaration. Accepted answer as Loki states the effect can be simulated more or less by making protected..
CompileTimeChecker from Modern C++ Design not working as expected http://stackoverflow.com/questions/3934664/compiletimechecker-from-modern-c-design-not-working-as-expected
Of Memory Management, Heap Corruption, and C++ http://stackoverflow.com/questions/7525/of-memory-management-heap-corruption-and-c
What modern C++ libraries should be in my toolbox? [closed] http://stackoverflow.com/questions/777764/what-modern-c-libraries-should-be-in-my-toolbox e.g wxWidgets Qt Database General purpose e.g. Boost Loki STL Threading Testing Network sockets I looking to be cross.. Feel free to expand this list General Purpose Boost Loki MiLi POCO STL of course STXXL STL re implementation for extra..
C++ iterators considered harmful? http://stackoverflow.com/questions/838721/c-iterators-considered-harmful Alexandrescu author of the book Modern C Design and the Loki C library spoke about why iterators are bad and he had a better..
How to use typelists http://stackoverflow.com/questions/901907/how-to-use-typelists R class t0 class t1 class t2 class t3 class t4 R call Loki Functor R LOKI_TYPELIST_5 t0 t1 t2 t3 t4 func Loki Tuple LOKI_TYPELIST_5.. R call Loki Functor R LOKI_TYPELIST_5 t0 t1 t2 t3 t4 func Loki Tuple LOKI_TYPELIST_5 t0 t1 t2 t3 t4 tuple note how you access.. t1 t2 t3 t4 tuple note how you access fields return func Loki Field 0 tuple Loki Field 1 tuple Loki Field 2 tuple Loki Field..
How do I use Loki's small object allocator? http://stackoverflow.com/questions/2707909/how-do-i-use-lokis-small-object-allocator a small example of how to use it c memory allocation loki share improve this question If you visit the Loki project.. but some guys talked here http sourceforge.net projects loki lib forums forum 93009 topic 3828398 share improve this answer..
Double dispatch/multimethods in C++ http://stackoverflow.com/questions/429849/double-dispatch-multimethods-in-c for a while I found out about double dispatch and the loki multimethods. The problem I have with the Shape examples is..
Design pattern used in projects http://stackoverflow.com/questions/5039196/design-pattern-used-in-projects below http www.boost.org http sourceforge.net projects loki lib 'POCO.' ACE The Adaptive Communication Environment . If.. http www.boost.org boost is found in many projects but loki's also worth reading http sourceforge.net projects loki lib.. loki's also worth reading http sourceforge.net projects loki lib the original author of loki Andrei Alexandrescu went over..
Segmentation fault on boost::multi_array http://stackoverflow.com/questions/8004456/segmentation-fault-on-boostmulti-array algorithms written by http stackoverflow.com users 14065 loki astari ii_t uint xi_in xiFileId copy xi_in ii_t uint xi.data..
|