#include <BondedInteractions.hpp>
|
Variant | do_call_method (std::string const &name, VariantMap const ¶ms) override |
|
| ObjectMap () |
|
void | insert (KeyType const &key, std::shared_ptr< ManagedType > const &element) |
| Add an element to the map.
|
|
KeyType | insert (std::shared_ptr< ManagedType > const &element) |
| Add an element to the map.
|
|
void | erase (KeyType const &key) |
| Removes all occurrences of an element from the map.
|
|
auto const & | elements () const |
| Map elements.
|
|
void | clear () |
| Clear the map.
|
|
Definition at line 46 of file BondedInteractions.hpp.
◆ key_type
◆ mapped_type
◆ do_call_method()
Variant ScriptInterface::Interactions::BondedInteractions::do_call_method |
( |
std::string const & |
name, |
|
|
VariantMap const & |
params |
|
) |
| |
|
inlineoverride |
◆ do_construct()
void ScriptInterface::Interactions::BondedInteractions::do_construct |
( |
VariantMap const & |
params | ) |
|
|
inlineoverrideprivatevirtual |
◆ erase_in_core()
void ScriptInterface::Interactions::BondedInteractions::erase_in_core |
( |
key_type const & |
key | ) |
|
|
inlineoverrideprivate |
◆ insert_in_core() [1/2]
void ScriptInterface::Interactions::BondedInteractions::insert_in_core |
( |
key_type const & |
key, |
|
|
mapped_type const & |
obj_ptr |
|
) |
| |
|
inlineoverrideprivate |
◆ insert_in_core() [2/2]
key_type ScriptInterface::Interactions::BondedInteractions::insert_in_core |
( |
mapped_type const & |
obj_ptr | ) |
|
|
inlineoverrideprivate |
◆ on_bind_system()
void ScriptInterface::Interactions::BondedInteractions::on_bind_system |
( |
::System::System & |
system | ) |
|
|
inlineoverrideprivate |
The documentation for this class was generated from the following file: