ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Context.hpp File Reference

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>
+ 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
 

Detailed Description

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.