![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <AutoUpdateAccumulators.hpp>
Public Member Functions | |
~AutoUpdateAccumulators () override | |
void | do_construct (VariantMap const ¶ms) override |
![]() | |
ObjectList () | |
~ObjectList () override | |
void | do_construct (VariantMap const ¶ms) override |
void | add (value_type const &element) |
Add an element to the list. | |
void | remove (value_type const &element) |
Removes all occurrences of an element from the list. | |
auto const & | elements () const |
List elements. | |
void | clear () |
Clear the list. | |
Private Member Functions | |
bool | has_in_core (value_type const &obj_ptr) const override |
void | add_in_core (value_type const &obj_ptr) override |
void | remove_in_core (value_type const &obj_ptr) final |
void | on_bind_system (::System::System &system) override |
Additional Inherited Members | |
![]() | |
using | Base = ObjectContainer< ObjectList, ManagedType, BaseType > |
using | value_type = std::shared_ptr< ManagedType > |
![]() | |
void | do_destruct () |
Variant | do_call_method (std::string const &method, VariantMap const ¶meters) override |
Definition at line 41 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
|
inlineoverride |
Definition at line 61 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
References ScriptInterface::ObjectList< ManagedType, BaseType >::do_destruct().
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::ObjectList< ManagedType, BaseType >.
Definition at line 52 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
References ScriptInterface::get_value().
|
inlineoverride |
Definition at line 63 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
References params.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::ObjectList< ManagedType, BaseType >.
Definition at line 48 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
References ScriptInterface::get_value().
|
inlineoverrideprivate |
Definition at line 68 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
References ScriptInterface::ObjectList< ManagedType, BaseType >::do_construct(), and ScriptInterface::get_value().
|
inlinefinalprivatevirtual |
Implements ScriptInterface::ObjectList< ManagedType, BaseType >.
Definition at line 56 of file script_interface/accumulators/AutoUpdateAccumulators.hpp.
References ScriptInterface::get_value().