6 #ifndef TURI_FILEIO_CACHE_STREAM_HPP 7 #define TURI_FILEIO_CACHE_STREAM_HPP 9 #include<core/storage/fileio/cache_stream_source.hpp> 10 #include<core/storage/fileio/cache_stream_sink.hpp> 21 typedef boost::iostreams::stream<turi::fileio_impl::cache_stream_source>
31 typedef boost::iostreams::stream<turi::fileio_impl::cache_stream_sink>
boost::iostreams::stream< turi::fileio_impl::cache_stream_source > icache_stream
boost::iostreams::stream< turi::fileio_impl::cache_stream_sink > ocache_stream