#include <syslog.hh>
Public Member Functions | |
SyslogBuf (int prio) | |
~SyslogBuf () | |
int_type | overflow (int_type c=traits_type::eof()) |
Super * | setbuf (char_type *s, std::streamsize n) |
int | sync () |
Private Types | |
typedef std::streambuf | Super |
typedef Super::char_type | char_type |
typedef Super::traits_type | traits_type |
typedef Super::int_type | int_type |
typedef Super::pos_type | pos_type |
typedef Super::off_type | off_type |
Private Attributes | |
int | prio_ |
bool | ours_ |
unsigned | size_ |
char_type * | buffer_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|