![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
State of an object ready for serialization. More...
#include <ObjectState.hpp>
Collaboration diagram for ScriptInterface::ObjectState:Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, long int) |
Public Attributes | |
| std::string | name |
| PackedMap | params |
| std::vector< std::pair< ObjectId, std::string > > | objects |
| std::string | internal_state |
State of an object ready for serialization.
This specifies the internal serialization format and should not be used outside of the class.
Definition at line 42 of file ObjectState.hpp.
Definition at line 48 of file ObjectState.hpp.
References internal_state, name, objects, params, and stream.
| std::string ScriptInterface::ObjectState::internal_state |
Definition at line 46 of file ObjectState.hpp.
Referenced by serialize().
| std::string ScriptInterface::ObjectState::name |
Definition at line 43 of file ObjectState.hpp.
Referenced by serialize().
| std::vector<std::pair<ObjectId, std::string> > ScriptInterface::ObjectState::objects |
Definition at line 45 of file ObjectState.hpp.
Referenced by serialize().
| PackedMap ScriptInterface::ObjectState::params |
Definition at line 44 of file ObjectState.hpp.
Referenced by serialize().