sprint 1-alpha
|
Go to the source code of this file.
Classes | |
class | sprint::data_buffer |
A simple buffer class (it is like a vector<char> with an additional pos pointer) More... | |
struct | sprint::data_buffer::_Rep |
class | sprint::read_buffer< T > |
class | sprint::write_buffer< T > |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. |
Add IO Buffer capabilities to a (io) template class