Stream buffer for reflex::Input, derived from std::streambuf.
More...
#include <input.h>
|
virtual int_type | underflow () |
|
virtual int_type | uflow () |
|
virtual std::streamsize | xsgetn (char *s, std::streamsize n) |
|
virtual std::streamsize | showmanyc () |
|
Stream buffer for reflex::Input, derived from std::streambuf.
reflex::Input::streambuf::streambuf |
( |
const reflex::Input & |
input | ) |
|
|
inline |
virtual std::streamsize reflex::Input::streambuf::showmanyc |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual int_type reflex::Input::streambuf::uflow |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual int_type reflex::Input::streambuf::underflow |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual std::streamsize reflex::Input::streambuf::xsgetn |
( |
char * |
s, |
|
|
std::streamsize |
n |
|
) |
| |
|
inlineprotectedvirtual |
int reflex::Input::streambuf::ch_ |
|
protected |
Input reflex::Input::streambuf::input_ |
|
protected |
The documentation for this class was generated from the following file: