Atlas_Funky_FunkyEncoder (3) Linux Manual Page
Atlas::Funky::FunkyEncoder – The root encoder in ‘stream’ state.
Synopsis
#include <FEncoder.h>Public Member Functions
FunkyEncoder (B &b) EncMap< B, FunkyEncoder > operator<< (const BeginMap &)
Start a message (as a map).
template<typename Arg > FunkyEncoder< B > operator<< (const Arg &a)
If the encoder supports it, send a different kind of message.
Protected Attributes
B & bThe bridge or encoder that is written to.
Detailed Description
template<class B> class Atlas::Funky::FunkyEncoder< B >
The root encoder in ‘stream’ state. See also:
- Atlas Funky Encoder
