| _nvwa.h | Common definitions for preprocessing |
| bool_array.cpp | Code for class bool_array (packed boolean array) |
| bool_array.h | Header file for class bool_array (packed boolean array) |
| c++11.h | C++11 feature detection macros and workarounds |
| class_level_lock.h | In essence Loki ClassLevelLockable re-engineered to use a fast_mutex class |
| cont_ptr_utils.h | Utility functors for containers of pointers (adapted from Scott Meyers' Effective STL) |
| debug_new.cpp | Implementation of debug versions of new and delete to check leakage |
| debug_new.h | Header file for checking leaks caused by unmatched new/delete |
| fast_mutex.h | A fast mutex implementation for POSIX, Win32, and modern C++ |
| fc_queue.h | Definition of a fixed-capacity queue |
| file_line_reader.cpp | Code for file_line_reader, an easy-to-use line-based file reader |
| file_line_reader.h | Header file for file_line_reader, an easy-to-use line-based file reader |
| fixed_mem_pool.h | Definition of a fixed-size memory pool template for structs/classes |
| functional.h | Utility templates for functional programming style |
| istream_line_reader.h | Header file for istream_line_reader, an easy-to-use line-based istream reader |
| mem_pool_base.cpp | Implementation for the memory pool base |
| mem_pool_base.h | Header file for the memory pool base |
| mmap_line_reader.cpp | Code for mmap_line_reader, an easy-to-use line-based file reader |
| mmap_line_reader.h | Header file for mmap_line_reader, an easy-to-use line-based file reader |
| object_level_lock.h | In essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class |
| pctimer.h | Function to get a high-resolution timer for Win32/Cygwin/Unix |
| set_assign.h | Definition of template functions set_assign_union and set_assign_difference |
| static_mem_pool.cpp | Non-template and non-inline code for the `static' memory pool |
| static_mem_pool.h | Header file for the `static' memory pool |
| tree.h | A generic tree class template and the traversal utilities |