This is a marker interface for user-defined Replicated Objects (i.e. More...
#include <replicated.hpp>
This is a marker interface for user-defined Replicated Objects (i.e.
objects that will be used with the Replicated<T> template) to indicate that at least one of the object's fields is of type Persistent<T>. Users should inherit from this class in order for Persistent<T> fields to work properly.
Definition at line 35 of file replicated.hpp.