gramods
|
Simple synchronizeable data container. More...
#include <SyncData.hh>
Classes | |
struct | Impl |
Protected Member Functions | |
void | pushValue () |
Called by sub classes when the value has been set, to push the value to peers. More... | |
virtual void | encode (std::vector< char > &d)=0 |
virtual void | decode (std::vector< char > d)=0 |
virtual void | update ()=0 |
Simple synchronizeable data container.
|
protected |
Called by sub classes when the value has been set, to push the value to peers.