#include <pl_nullstreambuf.h>
Inheritance diagram for PLearn::pl_nullstreambuf:
Public Member Functions | |
pl_nullstreambuf () | |
default and only ctor. | |
Protected Member Functions | |
virtual int_type | underflow () |
underflow: always return eof | |
virtual int_type | overflow (int_type meta=pl_nullstreambuf::eof) |
overflow: do nothing; just return the passed value. | |
Private Types | |
typedef int | int_type |
Static Private Attributes | |
const int_type | eof = EOF |
Definition at line 54 of file pl_nullstreambuf.h.
|
Definition at line 58 of file pl_nullstreambuf.h. |
|
default and only ctor.
Definition at line 71 of file pl_nullstreambuf.h. |
|
overflow: do nothing; just return the passed value.
Definition at line 67 of file pl_nullstreambuf.h. References overflow(). Referenced by overflow(). |
|
underflow: always return eof
Definition at line 64 of file pl_nullstreambuf.h. |
|
Definition at line 60 of file pl_nullstreambuf.h. |