RTXI 1.3
comedi::detail::filebuf Class Reference

#include <comedi_iostream.hpp>

Inheritance diagram for comedi::detail::filebuf:
comedi::istream comedi::ostream

List of all members.

Public Member Functions

 filebuf (const comedi::device &dev, std::ios::openmode mode, size_t buffer_size)

Public Attributes

boost::scoped_ptr
< __gnu_cxx::stdio_filebuf
< char > > 
m_filebuf

Detailed Description

Definition at line 37 of file comedi_iostream.hpp.


Constructor & Destructor Documentation

comedi::detail::filebuf::filebuf ( const comedi::device dev,
std::ios::openmode  mode,
size_t  buffer_size 
) [inline]

Definition at line 40 of file comedi_iostream.hpp.


Member Data Documentation

boost::scoped_ptr<__gnu_cxx::stdio_filebuf<char> > comedi::detail::filebuf::m_filebuf

Definition at line 49 of file comedi_iostream.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines