Atlas_Funky_FunkyEncoder(3)

Atlas::Funky::FunkyEncoder< B >(3) Library Functions Manual Atlas::Funky::FunkyEncoder< B >(3)

NAME

Atlas::Funky::FunkyEncoder< B > - 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 & b
The 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

Author

Generated automatically by Doxygen for Atlas-C++ from the source code.

Tue Oct 10 2017 Atlas-C++