Derecho  0.9
Distributed systems toolkit for RDMA
derecho::PersistsFields Class Reference

This is a marker interface for user-defined Replicated Objects (i.e. More...

#include <replicated.hpp>

Inheritance diagram for derecho::PersistsFields:
Inheritance graph
[legend]

Detailed Description

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.


The documentation for this class was generated from the following file: