Atlas_Funky_EncList(3)

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

NAME

Atlas::Funky::EncList< B, T > - Encoder in List state.

SYNOPSIS

#include <FEncoder.h>

Public Member Functions


EncList (B &b)
EncMap< B, EncList< B, T > > operator<< (const BeginMap &)
Start a map. EncList< B, EncList< B, T > > operator<< (const BeginList &)
Start a list. EncList< B, T > operator<< (long i)
Send an integer value. EncList< B, T > operator<< (double d)
Send a double value. EncList< B, T > operator<< (const std::string &s)
Send a string value. template<typename Arg > EncList< B, T > operator<< (const Arg &a)
If the encoder supports it, send any kind of value. T operator<< (EndList)
End this list.

Protected Attributes


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

Detailed Description

template<class B, class T>

class Atlas::Funky::EncList< B, T >" Encoder in List state.

See also:

Atlas Funky Encoder

Author

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

Tue Oct 10 2017 Atlas-C++