Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
vectorstream.hpp File Reference

This file defines basic_vectorbuf, basic_ivectorstream, basic_ovectorstream, and basic_vectorstreamclasses. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <iosfwd>
#include <ios>
#include <istream>
#include <ostream>
#include <string>
#include <cstddef>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/assert.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for vectorstream.hpp:

Classes

class  boost::interprocess::basic_vectorbuf< CharVector, CharTraits >
 A streambuf class that controls the transmission of elements to and from a basic_ivectorstream, basic_ovectorstream or basic_vectorstream. More...
 
class  boost::interprocess::basic_ivectorstream< CharVector, CharTraits >
 A basic_istream class that holds a character vector specified by CharVector template parameter as its formatting buffer. More...
 
class  boost::interprocess::basic_ovectorstream< CharVector, CharTraits >
 A basic_ostream class that holds a character vector specified by CharVector template parameter as its formatting buffer. More...
 
class  boost::interprocess::basic_vectorstream< CharVector, CharTraits >
 A basic_iostream class that holds a character vector specified by CharVector template parameter as its formatting buffer. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 

Detailed Description

This file defines basic_vectorbuf, basic_ivectorstream, basic_ovectorstream, and basic_vectorstreamclasses.

These classes represent streamsbufs and streams whose sources or destinations are STL-like vectors that can be swapped with external vectors to avoid unnecessary allocations/copies.