ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <actions.hpp>
Public Member Functions | |
std::size_t | hash_value () const |
bool | operator== (DeleteAngleBond const &) const =default |
bool | operator!= (DeleteAngleBond const &) const =default |
Public Attributes | |
int | particle_id |
std::array< int, 2 > | bond_partner_id |
int | bond_type |
Definition at line 46 of file actions.hpp.
|
inline |
Definition at line 50 of file actions.hpp.
References bond_partner_id, bond_type, and particle_id.
|
default |
|
default |
std::array<int, 2> BondBreakage::DeleteAngleBond::bond_partner_id |
Definition at line 48 of file actions.hpp.
Referenced by hash_value().
int BondBreakage::DeleteAngleBond::bond_type |
Definition at line 49 of file actions.hpp.
Referenced by hash_value(), and BondBreakage::execute::operator()().
int BondBreakage::DeleteAngleBond::particle_id |
Definition at line 47 of file actions.hpp.
Referenced by hash_value(), and BondBreakage::execute::operator()().