![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Constraints.hpp>
Inheritance diagram for ScriptInterface::Constraints::Constraints:
Collaboration diagram for ScriptInterface::Constraints::Constraints:Public Member Functions | |
| ~Constraints () override | |
| void | do_construct (VariantMap const ¶ms) override |
Public Member Functions inherited from ScriptInterface::ObjectList< ManagedType, BaseType > | |
| 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 | |
Public Types inherited from ScriptInterface::ObjectList< ManagedType, BaseType > | |
| using | Base = ObjectContainer< ObjectList, ManagedType, BaseType > |
| using | value_type = std::shared_ptr< ManagedType > |
Protected Member Functions inherited from ScriptInterface::ObjectList< ManagedType, BaseType > | |
| void | do_destruct () |
| Variant | do_call_method (std::string const &method, VariantMap const ¶meters) override |
Definition at line 43 of file script_interface/constraints/Constraints.hpp.
|
inlineoverride |
Definition at line 62 of file script_interface/constraints/Constraints.hpp.
References ScriptInterface::ObjectList< ManagedType, BaseType >::do_destruct().
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::ObjectList< ManagedType, BaseType >.
Definition at line 53 of file script_interface/constraints/Constraints.hpp.
References stream.
|
inlineoverride |
Definition at line 64 of file script_interface/constraints/Constraints.hpp.
References System::get_system(), params, and stream.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::ObjectList< ManagedType, BaseType >.
Definition at line 50 of file script_interface/constraints/Constraints.hpp.
References stream.
|
inlineoverrideprivate |
Definition at line 71 of file script_interface/constraints/Constraints.hpp.
References ScriptInterface::ObjectList< ManagedType, BaseType >::do_construct(), and stream.
|
inlinefinalprivatevirtual |
Implements ScriptInterface::ObjectList< ManagedType, BaseType >.
Definition at line 57 of file script_interface/constraints/Constraints.hpp.
References stream.