#include <Encoder.h>
Public Member Functions | |
Encoder (B &b) | |
EncMap< B, Encoder > | operator<< (const BeginMap &) |
Start a message (as a map). | |
template<typename Arg> Encoder< B > | operator<< (const Arg &a) |
If the encoder supports it, send a different kind of message. | |
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.