Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
cinder::cinder_stream_bidirectional_device Class Reference

#include <Stream.h>

Public Types

typedef char char_type
 
typedef
boost::iostreams::seekable_device_tag 
category
 

Public Member Functions

 cinder_stream_bidirectional_device (cinder::IoStreamRef aStream)
 
std::streamsize read (char *s, std::streamsize n)
 
std::streamsize write (const char *s, std::streamsize n)
 
boost::iostreams::stream_offset seek (boost::iostreams::stream_offset off, std::ios_base::seekdir way)
 

Protected Attributes

IoStreamRef mStream
 

Member Typedef Documentation

typedef boost::iostreams::seekable_device_tag cinder::cinder_stream_bidirectional_device::category

Constructor & Destructor Documentation

cinder::cinder_stream_bidirectional_device::cinder_stream_bidirectional_device ( cinder::IoStreamRef  aStream)

Member Function Documentation

std::streamsize cinder::cinder_stream_bidirectional_device::read ( char *  s,
std::streamsize  n 
)
std::streamsize cinder::cinder_stream_bidirectional_device::write ( const char *  s,
std::streamsize  n 
)
boost::iostreams::stream_offset cinder::cinder_stream_bidirectional_device::seek ( boost::iostreams::stream_offset  off,
std::ios_base::seekdir  way 
)

Member Data Documentation

IoStreamRef cinder::cinder_stream_bidirectional_device::mStream
protected

The documentation for this class was generated from the following file: