Atlas::Funky::EncMap

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

NAME

Atlas::Funky::EncMap - Encoder in Map state.

 

SYNOPSIS


#include <FEncoder.h>

 

Public Member Functions


EncMap (B &b)

EncMapValue< B, EncMap< B, T > > operator<< (const std::string &name)
Start a value with its name.
T operator<< (EndMap)
End this map.  

Protected Attributes


B & b
The bridge or encoder that is written to.  

Detailed Description

 

template<class B, class T> class Atlas::Funky::EncMap< B, T >

Encoder in Map state.

See also:

Atlas Funky Encoder

 

Author

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