Atlas_Funky_EncMap(3)

Atlas::Funky::EncMap< B, T >(3) Library Functions Manual Atlas::Funky::EncMap< B, T >(3)

NAME

Atlas::Funky::EncMap< B, T > - 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.

Tue Oct 10 2017 Atlas-C++