ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ScriptInterface::walberla::EKContainer Class Reference

#include <EKContainer.hpp>

+ Inheritance diagram for ScriptInterface::walberla::EKContainer:
+ Collaboration diagram for ScriptInterface::walberla::EKContainer:

Public Member Functions

 EKContainer ()
 
void do_construct (VariantMap const &params) override
 
- Public Member Functions inherited from ScriptInterface::ObjectList< EKSpecies >
 ObjectList ()
 
void do_construct (VariantMap const &params) override
 
void add (std::shared_ptr< EKSpecies > const &element)
 Add an element to the list.
 
void remove (std::shared_ptr< EKSpecies > const &element)
 Removes all occurrences of an element from the list.
 
auto const & elements () const
 List elements.
 
void clear ()
 Clear the list.
 

Protected Member Functions

Variant do_call_method (std::string const &method, VariantMap const &parameters) override
 
- Protected Member Functions inherited from ScriptInterface::ObjectList< EKSpecies >
Variant do_call_method (std::string const &method, VariantMap const &parameters) override
 

Private Member Functions

bool has_in_core (std::shared_ptr< EKSpecies > const &obj_ptr) const override
 
void add_in_core (std::shared_ptr< EKSpecies > const &obj_ptr) override
 
void remove_in_core (std::shared_ptr< EKSpecies > const &obj_ptr) override
 

Additional Inherited Members

- Public Types inherited from ScriptInterface::ObjectList< EKSpecies >
using Base = ObjectContainer< ObjectList, EKSpecies, ObjectHandle >
 

Detailed Description

Definition at line 49 of file script_interface/walberla/EKContainer.hpp.

Constructor & Destructor Documentation

◆ EKContainer()

ScriptInterface::walberla::EKContainer::EKContainer ( )
inline

Member Function Documentation

◆ add_in_core()

void ScriptInterface::walberla::EKContainer::add_in_core ( std::shared_ptr< EKSpecies > const obj_ptr)
inlineoverrideprivate

◆ do_call_method()

Variant ScriptInterface::walberla::EKContainer::do_call_method ( std::string const method,
VariantMap const parameters 
)
inlineoverrideprotected

◆ do_construct()

void ScriptInterface::walberla::EKContainer::do_construct ( VariantMap const params)
inlineoverride

◆ has_in_core()

bool ScriptInterface::walberla::EKContainer::has_in_core ( std::shared_ptr< EKSpecies > const obj_ptr) const
inlineoverrideprivate

◆ remove_in_core()

void ScriptInterface::walberla::EKContainer::remove_in_core ( std::shared_ptr< EKSpecies > const obj_ptr)
inlineoverrideprivate

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