Atlas_Funky_EncMap (3) Linux Manual Page
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 & bThe 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
