Various C++ Examples (including IPC)
Version: 1.0.0
|
Demonstration of streambuf inheritance. More...
Public Attributes | |
int | i |
int * | p |
Protected Member Functions | |
virtual int_type | overflow (int_type c) |
Demonstration of streambuf inheritance.
Definition at line 17 of file streambuf.cc.
|
inlineprotectedvirtual |
c | character from input (<<) |
uses C function putchar() for output
Definition at line 32 of file streambuf.cc.
int dmsg::i |
Definition at line 20 of file streambuf.cc.
Referenced by main().
int* dmsg::p |
Definition at line 21 of file streambuf.cc.
Referenced by main().