sprint 1-alpha
|
an user-deallocable generic buffer usefull for propagate different kind of buffer source in IO More...
Go to the source code of this file.
Classes | |
class | sprint::const_buffer |
struct | sprint::mutable_buffer |
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. | |
Functions | |
template<class T > | |
mutable_buffer | sprint::buffer (T *ptr, int size) |
template<class T > | |
mutable_buffer | sprint::buffer (T *ptr) |
template<class T > | |
const_buffer | sprint::buffer (const T *ptr, int size) |
template<class T > | |
const_buffer | sprint::buffer (const T *ptr) |
const_buffer | sprint::buffer (const std::string &s) |
an user-deallocable generic buffer usefull for propagate different kind of buffer source in IO