![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <NonBondedInteractions.hpp>
Public Types | |
using | key_type = unsigned int |
using | mapped_type = std::shared_ptr< NonBondedInteractionHandle > |
Private Member Functions | |
void | on_bind_system (::System::System &system) override |
std::string | get_internal_state () const override |
void | set_internal_state (std::string const &state) override |
Additional Inherited Members | |
![]() | |
static ObjectRef | deserialize (const std::string &state, Context &ctx) |
Make object from serialized state. | |
![]() | |
auto const & | get_system () const |
auto & | get_system () |
![]() | |
std::weak_ptr<::System::System > | m_system |
Definition at line 43 of file NonBondedInteractions.hpp.
Definition at line 45 of file NonBondedInteractions.hpp.
using ScriptInterface::Interactions::NonBondedInteractions::mapped_type = std::shared_ptr<NonBondedInteractionHandle> |
Definition at line 46 of file NonBondedInteractions.hpp.
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 93 of file NonBondedInteractions.hpp.
References ScriptInterface::ObjectHandle::call_method(), ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::get_value(), and params.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 57 of file NonBondedInteractions.hpp.
References ScriptInterface::get_value().
|
inlineoverrideprivatevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 155 of file NonBondedInteractions.hpp.
References ScriptInterface::get_value(), and Utils::pack().
|
inlineoverrideprivatevirtual |
Reimplemented from ScriptInterface::System::Leaf.
Definition at line 63 of file NonBondedInteractions.hpp.
References ScriptInterface::get_value(), and ScriptInterface::System::Leaf::m_system.
|
inlineoverrideprivatevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 174 of file NonBondedInteractions.hpp.
References ScriptInterface::ObjectHandle::call_method(), ScriptInterface::ObjectHandle::context(), ScriptInterface::ObjectHandle::deserialize(), and ScriptInterface::get_value().