Giriş
Şu satırı dahil ederiz.
Şöyle yaparız.
Bu sınıf bir stream ile kullanılabilir. Şu satırı dahil ederiz.
Şöyle yaparız.
Şu satırı dahil ederiz.
#include <boost/iostreams/device/file_descriptor.hpp>
ConstructorŞöyle yaparız.
bis::file_descriptor_sink fd_sink (..., bis::close_handle);
Stream ile KullanımBu sınıf bir stream ile kullanılabilir. Şu satırı dahil ederiz.
#include <boost/iostreams/stream.hpp>
Örnek 1 - Stream ConstructorŞöyle yaparız.
bis::stream<bis::iostreams::file_descriptor_source> stream (fd_sink);
Stream normal işlemlerde tabi tutulur.stream << "...";
Hiç yorum yok:
Yorum Gönder