sprint 1-alpha
|
give some utility to stream More...
#include <sprint/log.h>
Go to the source code of this file.
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 _Stream , class _Storage > | |
int | sprint::read_until (_Stream &b, _Storage &s, char c, int max_read_size=1048576) |
template<class _S > | |
int | sprint::readsome (_S &s, char *buffer, int len) |
give some utility to stream