|
libzypp 17.38.1
|
A basic format description to print a collection. More...
#include <zypp-core/base/LogTools.h>
Public Member Functions | |
| constexpr | JoinFormat (Intro &&intro, Pfx &&pfx, Sep &&sep, Sfx &&sfx, Extro &&extro, Pel &&pel, Sel &&sel) |
Public Attributes | |
| RefStore< Intro > | _intro |
| RefStore< Pfx > | _pfx |
| RefStore< Sep > | _sep |
| RefStore< Sfx > | _sfx |
| RefStore< Extro > | _extro |
| RefStore< Pel > | _pel |
| RefStore< Sel > | _sel |
A basic format description to print a collection.
The JoinFormat stores references or rvalues of printable objects which define the format elements when printing a collection:
Definition at line 140 of file LogTools.h.
|
inlineconstexpr |
Definition at line 142 of file LogTools.h.
| RefStore<Intro> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_intro |
Definition at line 152 of file LogTools.h.
| RefStore<Pfx> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_pfx |
Definition at line 153 of file LogTools.h.
| RefStore<Sep> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_sep |
Definition at line 154 of file LogTools.h.
| RefStore<Sfx> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_sfx |
Definition at line 155 of file LogTools.h.
| RefStore<Extro> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_extro |
Definition at line 156 of file LogTools.h.
| RefStore<Pel> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_pel |
Definition at line 157 of file LogTools.h.
| RefStore<Sel> zypp::str::detail::JoinFormat< Intro, Pfx, Sep, Sfx, Extro, Pel, Sel >::_sel |
Definition at line 158 of file LogTools.h.