VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gr::imp::vectors_streambuf Class Reference

A simple, read-only streambuf for Gr::Vectors. More...

#include <grvectors.h>

+ Inheritance diagram for Gr::imp::vectors_streambuf:

Public Member Functions

 vectors_streambuf (const Vectors &)
 Constructor.
 
virtual ~vectors_streambuf ()
 Destructor.
 
virtual std::streamsize xsgetn (char *s, std::streamsize n) override
 Override from std::streambuf.
 
virtual std::streampos seekpos (std::streampos pos, std::ios_base::openmode which) override
 Override from std::streambuf.
 
virtual std::streampos seekoff (std::streamoff off, std::ios_base::seekdir way, std::ios_base::openmode which) override
 Override from std::streambuf.
 
virtual int underflow () override
 Override from std::streambuf.
 

Detailed Description

A simple, read-only streambuf for Gr::Vectors.

Definition at line 94 of file grvectors.h.


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