ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ScriptInterface::Interactions::BondedInteractionImpl< CoreIA > Class Template Reference

#include <BondedInteraction.hpp>

+ Inheritance diagram for ScriptInterface::Interactions::BondedInteractionImpl< CoreIA >:
+ Collaboration diagram for ScriptInterface::Interactions::BondedInteractionImpl< CoreIA >:

Public Types

using CoreBondedInteraction = CoreIA
 

Public Member Functions

CoreBondedInteractionget_struct ()
 
- Public Member Functions inherited from ScriptInterface::Interactions::BondedInteraction
std::shared_ptr<::Bonded_IA_Parametersbonded_ia ()
 
std::shared_ptr< const ::Bonded_IA_Parametersbonded_ia () const
 
bool operator== (BondedInteraction const &other) const
 
Variant do_call_method (std::string const &name, VariantMap const &params) override
 
- Public Member Functions inherited from ScriptInterface::AutoParameters< BondedInteraction >
Utils::Span< const boost::string_ref > 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::ObjectHandle
 ObjectHandle ()=default
 
 ObjectHandle (ObjectHandle const &)=delete
 
ObjectHandleoperator= (ObjectHandle const &)=delete
 
virtual ~ObjectHandle ()=default
 
boost::string_ref name () const
 
Contextcontext () const
 Responsible context.
 
void construct (VariantMap const &params)
 Construct the handled object.
 
VariantMap get_parameters () const
 Get current parameters.
 
auto get_valid_parameters () const
 
void set_parameter (const std::string &name, const Variant &value)
 Set single parameter.
 
Variant call_method (const std::string &name, const VariantMap &params)
 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::Interactions::BondedInteraction
virtual std::set< std::string > get_valid_parameters () const
 
- Protected Member Functions inherited from ScriptInterface::AutoParameters< BondedInteraction >
 AutoParameters ()=default
 
 AutoParameters (std::vector< AutoParameter > &&params)
 
void add_parameters (std::vector< AutoParameter > &&params)
 
auto const & get_parameter_insertion_order () const
 
- Protected Attributes inherited from ScriptInterface::Interactions::BondedInteraction
std::shared_ptr<::Bonded_IA_Parametersm_bonded_ia
 

Detailed Description

template<class CoreIA>
class ScriptInterface::Interactions::BondedInteractionImpl< CoreIA >

Definition at line 140 of file BondedInteraction.hpp.

Member Typedef Documentation

◆ CoreBondedInteraction

template<class CoreIA >
using ScriptInterface::Interactions::BondedInteractionImpl< CoreIA >::CoreBondedInteraction = CoreIA

Definition at line 142 of file BondedInteraction.hpp.

Member Function Documentation

◆ get_struct()

template<class CoreIA >
CoreBondedInteraction & ScriptInterface::Interactions::BondedInteractionImpl< CoreIA >::get_struct ( )
inline

Definition at line 143 of file BondedInteraction.hpp.


The documentation for this class was generated from the following file: