Atlas
0.7.0
Networking protocol for the Worldforge system.
|
#include <FEncoder.h>
Public Member Functions | |
EncMap (B &b) | |
EncMapValue< B, EncMap< B, T > > | operator<< (const std::string &name) |
Start a value with its name. More... | |
T | operator<< (EndMap) |
End this map. More... | |
Protected Attributes | |
B & | b |
The bridge or encoder that is written to. More... | |
Encoder in Map state
Definition at line 86 of file FEncoder.h.
|
inline |
Start a value with its name.
Definition at line 158 of file FEncoder.h.
|
inline |
End this map.
Definition at line 167 of file FEncoder.h.
References Atlas::Funky::EncMap< B, T >::b.
|
protected |
The bridge or encoder that is written to.
Definition at line 175 of file FEncoder.h.
Referenced by Atlas::Funky::EncMap< B, T >::operator<<().