Atlas-C++
|
Public Member Functions | |
filterbuf (std::streambuf &buffer, Filter &filter) | |
Protected Member Functions | |
int | flushOutBuffer () |
virtual int_type | overflow (int_type c) |
virtual int_type | underflow () |
virtual int | sync () |
Protected Attributes | |
char | m_outBuffer [m_outBufferSize] |
char | m_inBuffer [m_inBufferSize] |
Static Protected Attributes | |
static const int | m_outBufferSize = 10 |
static const int | m_inBufferSize = 10 |
static const int | m_inPutback = 4 |
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.