#include <Encoder.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<< (int 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. |
Copyright 2000 the respective authors.
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.