#include <y2log.h>
Classes | |
class | Impl |
Public Types | |
typedef string | Data |
typedef bool(* | Consumer )(const Data &) |
Public Member Functions | |
LogTail (size_t max_size=42) | |
~LogTail () | |
void | push_back (const Data &) |
void | for_each (Consumer c) |
Private Attributes | |
Impl * | m_impl |
typedef bool(* LogTail::Consumer)(const Data &) |
typedef string LogTail::Data |
LogTail::LogTail | ( | size_t | max_size = 42 |
) |
References m_impl.
LogTail::~LogTail | ( | ) |
References m_impl.
void LogTail::for_each | ( | LogTail::Consumer | c | ) |
void LogTail::push_back | ( | const Data & | d | ) |
Impl* LogTail::m_impl [private] |
Referenced by for_each(), LogTail(), push_back(), and ~LogTail().