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 85 of file FEncoder.h.
|
inline |
Start a message (as a map).
Definition at line 255 of file FEncoder.h.
|
inline |
If the encoder supports it, send a different kind of message.
Definition at line 262 of file FEncoder.h.
|
protected |
The bridge or encoder that is written to.
Definition at line 270 of file FEncoder.h.