|
| alternating_iterator.hpp |
| Iterator adaptor that takes items alternating from a middle position.
|
|
| binaryheap.hpp |
| Binary heap implementation.
|
|
| dbg_helpers.cpp |
| Helpers for outputting debug information.
|
|
| dbg_helpers.h |
| Functions to be used for debug printings.
|
|
| endian_buffer.hpp |
| Endian-aware buffer.
|
|
| getoptdata.cpp |
| Library for parsing command line options.
|
|
| getoptdata.h |
| Library for parsing command-line options.
|
|
| hashtable.hpp |
| Hash table support.
|
|
| lrucache.hpp |
| Size limited cache map with a least recently used eviction strategy.
|
|