|
reSIProcate/rutil
9694
|
#include <SysLogBuf.hxx>

Public Member Functions | |
| SysLogBuf () | |
| virtual | ~SysLogBuf () |
| int | sync () |
| int | overflow (int ch) |
Private Types | |
| enum | { Size = 4095 } |
Private Attributes | |
| char | buffer [Size+1] |
Definition at line 9 of file SysLogBuf.hxx.
anonymous enum [private] |
| SysLogBuf::SysLogBuf | ( | ) |
| SysLogBuf::~SysLogBuf | ( | ) | [virtual] |
Definition at line 23 of file SysLogBuf.cxx.
{
}
| int SysLogBuf::overflow | ( | int | ch | ) |
| int SysLogBuf::sync | ( | ) |
Definition at line 28 of file SysLogBuf.cxx.
Referenced by overflow().
char resip::SysLogBuf::buffer[Size+1] [private] |
Definition at line 24 of file SysLogBuf.hxx.
Referenced by sync(), and SysLogBuf().
1.7.5.1