![]() |
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 <memory>#include <string>#include <string_view>
Include dependency graph for Context.hpp:
This graph shows which files directly or indirectly include this file: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.