Atlas-C++
|
Encoder in map value state. More...
#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. |
Encoder in map value state.
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.