Atlas::Funky::EncMapValue

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

NAME

Atlas::Funky::EncMapValue - Encoder in map value state.

 

SYNOPSIS


#include <FEncoder.h>

 

Public Member Functions


EncMapValue (B &b, const std::string &name)

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

Protected Attributes


B & b
The bridge or encoder that is written to.
std::string name
The name of this item.  

Detailed Description

 

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

Encoder in map value state.

See also:

Atlas Funky Encoder

 

Author

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