Thrill
0.1
|
▼tlx - Collection of C++ Data Structures, Algorithms, and Miscellaneous Helpers | Tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL |
CountingPtr – an intrusive reference counting pointer | CountingPtr is an implementation of intrusive reference counting. This is similar, but not identical to boost or C++ TR1's shared_ptr . Intrusive reference counting requires the counted class to contain the counter, which is not required by std::shared_ptr |
die() - Simple Invariant Testing | |
Welcome to FOXXLL - A C++ Library for Asynchronous I/O and Block Management |