bioformats
5.1.8
|
Memory streams. More...
#include <ome/common/config.h>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
Go to the source code of this file.
Namespaces | |
ome | |
Open Microscopy Environment C++ implementation. | |
ome::common | |
OME compatibility functions and classes. | |
Typedefs | |
typedef boost::iostreams::basic_array_source< char > | ome::common::mstream_source |
Character array stream source. | |
typedef boost::iostreams::stream< mstream_source > | ome::common::imstream |
Input memory stream. | |
Memory streams.
Similar to ifstream
, this header defines imstream.