#include <EKReactions.hpp>
|
auto & | get_handle () |
|
| ObjectList () |
|
void | do_construct (VariantMap const ¶ms) override |
|
void | add (std::shared_ptr< EKReaction > const &element) |
| Add an element to the list.
|
|
void | remove (std::shared_ptr< EKReaction > const &element) |
| Removes all occurrences of an element from the list.
|
|
auto const & | elements () const |
| List elements.
|
|
void | clear () |
| Clear the list.
|
|
◆ add_in_core()
void ScriptInterface::walberla::EKReactions::add_in_core |
( |
std::shared_ptr< EKReaction > const & |
obj_ptr | ) |
|
|
inlineoverrideprivate |
◆ do_construct()
void ScriptInterface::walberla::EKReactions::do_construct |
( |
VariantMap const & |
params | ) |
|
|
inlineoverrideprotected |
◆ get_handle()
auto & ScriptInterface::walberla::EKReactions::get_handle |
( |
| ) |
|
|
inline |
◆ has_in_core()
bool ScriptInterface::walberla::EKReactions::has_in_core |
( |
std::shared_ptr< EKReaction > const & |
obj_ptr | ) |
const |
|
inlineoverrideprivate |
◆ remove_in_core()
void ScriptInterface::walberla::EKReactions::remove_in_core |
( |
std::shared_ptr< EKReaction > const & |
obj_ptr | ) |
|
|
inlineoverrideprivate |
The documentation for this class was generated from the following file: