Nvwa  1.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
File List
Here is a list of all documented files with brief descriptions:
 _nvwa.hCommon definitions for preprocessing
 bool_array.cppCode for class bool_array (packed boolean array)
 bool_array.hHeader file for class bool_array (packed boolean array)
 c++11.hC++11 feature detection macros and workarounds
 class_level_lock.hIn essence Loki ClassLevelLockable re-engineered to use a fast_mutex class
 cont_ptr_utils.hUtility functors for containers of pointers (adapted from Scott Meyers' Effective STL)
 debug_new.cppImplementation of debug versions of new and delete to check leakage
 debug_new.hHeader file for checking leaks caused by unmatched new/delete
 fast_mutex.hA fast mutex implementation for POSIX, Win32, and modern C++
 fc_queue.hDefinition of a fixed-capacity queue
 file_line_reader.cppCode for file_line_reader, an easy-to-use line-based file reader
 file_line_reader.hHeader file for file_line_reader, an easy-to-use line-based file reader
 fixed_mem_pool.hDefinition of a fixed-size memory pool template for structs/classes
 functional.hUtility templates for functional programming style
 istream_line_reader.hHeader file for istream_line_reader, an easy-to-use line-based istream reader
 mem_pool_base.cppImplementation for the memory pool base
 mem_pool_base.hHeader file for the memory pool base
 mmap_line_reader.cppCode for mmap_line_reader, an easy-to-use line-based file reader
 mmap_line_reader.hHeader file for mmap_line_reader, an easy-to-use line-based file reader
 object_level_lock.hIn essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class
 pctimer.hFunction to get a high-resolution timer for Win32/Cygwin/Unix
 set_assign.hDefinition of template functions set_assign_union and set_assign_difference
 static_mem_pool.cppNon-template and non-inline code for the `static' memory pool
 static_mem_pool.hHeader file for the `static' memory pool
 tree.hA generic tree class template and the traversal utilities