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