#include <ELdestination.h>
Classes | |
| struct | Config |
Public Member Functions | |
| ~MsgFormatSettings () | |
| MsgFormatSettings (Config const &config) | |
| bool | want (flag_enum const) const |
| std::string | timestamp (timeval const &) |
Public Attributes | |
| std::bitset< NFLAGS > | flags |
| std::size_t | lineLength |
Private Attributes | |
| int | timeMethod_ {0} |
| std::string | timeFmt_ {} |
Definition at line 95 of file ELdestination.h.
|
default |
| mf::service::ELdestination::MsgFormatSettings::MsgFormatSettings | ( | Config const & | config | ) |
Definition at line 131 of file ELdestination.cc.
| string mf::service::ELdestination::MsgFormatSettings::timestamp | ( | timeval const & | t | ) |
Definition at line 168 of file ELdestination.cc.
Definition at line 162 of file ELdestination.cc.
| std::bitset<NFLAGS> mf::service::ELdestination::MsgFormatSettings::flags |
Definition at line 120 of file ELdestination.h.
| std::size_t mf::service::ELdestination::MsgFormatSettings::lineLength |
Definition at line 121 of file ELdestination.h.
|
private |
Definition at line 125 of file ELdestination.h.
|
private |
Definition at line 124 of file ELdestination.h.
1.8.11