Atlas-C++
Public Member Functions | Protected Attributes | List of all members
Atlas::Funky::EncList< B, T > Class Template Reference

Encoder in List state. More...

#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.
 
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

The documentation for this class was generated from the following file:

Copyright 2000-2004 the respective authors.

This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.