![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ICCStar.hpp>
Inheritance diagram for ScriptInterface::Coulomb::ICCStar:
Collaboration diagram for ScriptInterface::Coulomb::ICCStar:Public Member Functions | |
| ICCStar () | |
| void | do_construct (VariantMap const ¶ms) override |
| Variant | do_call_method (std::string const &name, VariantMap const &) override |
| std::shared_ptr< CoreActorClass > | actor () |
| std::shared_ptr< CoreActorClass const > | actor () const |
Public Member Functions inherited from ScriptInterface::AutoParameters< ICCStar, System::Leaf > | |
| std::vector< std::string_view > | valid_parameters () const final |
| Variant | get_parameter (const std::string &name) const final |
| void | do_set_parameter (const std::string &name, const Variant &value) final |
| std::vector< std::pair< std::string, Variant > > | serialize_parameters () const final |
Public Member Functions inherited from ScriptInterface::System::Leaf | |
| ~Leaf () override=default | |
| void | bind_system (std::shared_ptr<::System::System > const &system) |
| void | detach_system () |
Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| ObjectHandle ()=default | |
| ObjectHandle (ObjectHandle const &)=delete | |
| ObjectHandle & | operator= (ObjectHandle const &)=delete |
| virtual | ~ObjectHandle ()=default |
| std::string_view | name () const |
| Context * | context () const |
| Responsible context. | |
| void | construct (VariantMap const ¶ms) |
| Construct the handled object. | |
| VariantMap | get_parameters () const |
| Get current parameters. | |
| void | set_parameter (const std::string &name, const Variant &value) |
| Set single parameter. | |
| Variant | call_method (const std::string &name, const VariantMap ¶ms) |
| Call a method on the object. | |
| std::string | serialize () const |
Additional Inherited Members | |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| static ObjectRef | deserialize (const std::string &state, Context &ctx) |
| Make object from serialized state. | |
Protected Member Functions inherited from ScriptInterface::AutoParameters< ICCStar, System::Leaf > | |
| AutoParameters ()=default | |
| AutoParameters (std::vector< AutoParameter > &¶ms) | |
| ~AutoParameters () override=default | |
| bool | has_parameter (std::string const &name) const override |
| void | add_parameters (std::vector< AutoParameter > &¶ms) |
| auto const & | get_parameter_insertion_order () const |
Protected Member Functions inherited from ScriptInterface::System::Leaf | |
| auto const & | get_system () const |
| auto & | get_system () |
Protected Attributes inherited from ScriptInterface::System::Leaf | |
| std::weak_ptr<::System::System > | m_system |
Definition at line 43 of file ICCStar.hpp.
|
inline |
Definition at line 48 of file ICCStar.hpp.
References actor(), ScriptInterface::AutoParameters< ICCStar, System::Leaf >::add_parameters(), ScriptInterface::make_vector_of_variants(), and ScriptInterface::AutoParameter::read_only.
|
inline |
Definition at line 120 of file ICCStar.hpp.
Referenced by ICCStar().
|
inline |
Definition at line 121 of file ICCStar.hpp.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 107 of file ICCStar.hpp.
References add_actor(), ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::get_value(), ScriptInterface::System::Leaf::m_system, ScriptInterface::ObjectHandle::name(), and ScriptInterface::Context::parallel_try_catch().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 79 of file ICCStar.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::get_value(), and ScriptInterface::Context::parallel_try_catch().