#include <uhal/ProtocolIPbusCore.hpp>
Public Member Functions | |
| TranslatedFmt (const T &aData, const std::function< void(std::ostream &, const T &)> &aFunction) | |
| ~TranslatedFmt () | |
Public Attributes | |
| const T & | mData | 
| const std::function< void(std::ostream &, const T &)> & | mFunc | 
Definition at line 262 of file ProtocolIPbusCore.hpp.
| uhal::TranslatedFmt< T >::TranslatedFmt | ( | const T & | aData, | 
| const std::function< void(std::ostream &, const T &)> & | aFunction | ||
| ) | 
Definition at line 272 of file ProtocolIPbusCore.hpp.
| uhal::TranslatedFmt< T >::~TranslatedFmt | 
Definition at line 279 of file ProtocolIPbusCore.hpp.
| const T& uhal::TranslatedFmt< T >::mData | 
Definition at line 267 of file ProtocolIPbusCore.hpp.
Referenced by uhal::operator<<().
| const std::function<void (std::ostream&, const T&)>& uhal::TranslatedFmt< T >::mFunc | 
Definition at line 268 of file ProtocolIPbusCore.hpp.
Referenced by uhal::operator<<().