|
Atlas
0.7.0
Networking protocol for the Worldforge system.
|
#include <FEncoder.h>
Public Member Functions | |
| FunkyEncoder (B &b) | |
| EncMap< B, FunkyEncoder > | operator<< (const BeginMap &) |
| Start a message (as a map). More... | |
| template<typename Arg > | |
| FunkyEncoder< B > | operator<< (const Arg &a) |
| If the encoder supports it, send a different kind of message. More... | |
Protected Attributes | |
| B & | b |
| The bridge or encoder that is written to. More... | |
The root encoder in "stream" state.
Definition at line 249 of file FEncoder.h.
|
inline |
If the encoder supports it, send a different kind of message.
Definition at line 252 of file FEncoder.h.
|
inline |
Start a message (as a map).
Definition at line 252 of file FEncoder.h.
|
protected |
The bridge or encoder that is written to.
Definition at line 270 of file FEncoder.h.