ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
State of an object ready for serialization. More...
#include <ObjectState.hpp>
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 40 of file ObjectState.hpp.
|
inline |
Definition at line 46 of file ObjectState.hpp.
References internal_state, name, objects, and params.
std::string ScriptInterface::ObjectState::internal_state |
Definition at line 44 of file ObjectState.hpp.
Referenced by serialize().
std::string ScriptInterface::ObjectState::name |
Definition at line 41 of file ObjectState.hpp.
Referenced by serialize().
std::vector<std::pair<ObjectId, std::string> > ScriptInterface::ObjectState::objects |
Definition at line 43 of file ObjectState.hpp.
Referenced by serialize().
PackedMap ScriptInterface::ObjectState::params |
Definition at line 42 of file ObjectState.hpp.
Referenced by ScriptInterface::ObjectHandle::serialize(), and serialize().