ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
ScriptInterface::Context decorates ScriptInterface::ObjectHandle objects with a context: a creation policy (local object, local object with remote copies) and a communication facility to synchronize an object on the head node with remote copies (serialization, callback mechanism). More...
#include "ObjectHandle.hpp"
#include "Variant.hpp"
#include <boost/utility/string_ref.hpp>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | ScriptInterface::Context |
Context of an object handle. More... | |
Namespaces | |
namespace | boost |
namespace | boost::mpi |
namespace | ScriptInterface |
ScriptInterface::Context decorates ScriptInterface::ObjectHandle objects with a context: a creation policy (local object, local object with remote copies) and a communication facility to synchronize an object on the head node with remote copies (serialization, callback mechanism).
Definition in file Context.hpp.