Atlas::Funky::FunkyEncoder

Section: C Library Functions (3)
Updated: 24 Jul 2009
Index Return to Main Contents
 

NAME

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 & 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.