ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
BondBreakage::DeleteBond Struct Reference

#include <actions.hpp>

Public Member Functions

std::size_t hash_value () const
 
bool operator== (DeleteBond const &) const =default
 
bool operator!= (DeleteBond const &) const =default
 

Public Attributes

int particle_id
 
int bond_partner_id
 
int bond_type
 

Detailed Description

Definition at line 31 of file actions.hpp.

Member Function Documentation

◆ hash_value()

std::size_t BondBreakage::DeleteBond::hash_value ( ) const
inline

Definition at line 35 of file actions.hpp.

References bond_partner_id, bond_type, and particle_id.

◆ operator!=()

bool BondBreakage::DeleteBond::operator!= ( DeleteBond const &  ) const
default

◆ operator==()

bool BondBreakage::DeleteBond::operator== ( DeleteBond const &  ) const
default

Member Data Documentation

◆ bond_partner_id

int BondBreakage::DeleteBond::bond_partner_id

Definition at line 33 of file actions.hpp.

Referenced by hash_value().

◆ bond_type

int BondBreakage::DeleteBond::bond_type

Definition at line 34 of file actions.hpp.

Referenced by hash_value(), and BondBreakage::execute::operator()().

◆ particle_id

int BondBreakage::DeleteBond::particle_id

Definition at line 32 of file actions.hpp.

Referenced by hash_value(), and BondBreakage::execute::operator()().


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