Odil
A C++11 library for the DICOM standard
Namespaces | Typedefs | Functions
StringStream.h File Reference
#include <string>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/device/back_inserter.hpp>
Include dependency graph for StringStream.h:

Go to the source code of this file.

Namespaces

namespace  odil
 

Typedefs

typedef boost::iostreams::stream< boost::iostreams::array_source > odil::IStringStream
 Source stringstream which does not copy its buffer. More...
 
typedef boost::iostreams::stream< boost::iostreams::back_insert_device< std::string > > odil::OStringStream
 Sink stringstream which does not copy its buffer. More...
 

Functions

template<typename T >
odil::as (std::string const &string)