|
yast2-core
|
#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 | ) |
References LogTail::Impl::for_each(), and m_impl.
Referenced by signal_log_stored_debug().
| void LogTail::push_back | ( | const Data & | d | ) |
References m_impl, and LogTail::Impl::push_back().
Referenced by y2_vlogger_blanik().
|
private |
Referenced by for_each(), LogTail(), push_back(), and ~LogTail().
1.8.6