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

#include <actions.hpp>

+ Collaboration diagram for BondBreakage::DeleteAngleBond:

Public Member Functions

std::size_t hash_value () const
 
bool operator== (DeleteAngleBond const &rhs) const
 
bool operator!= (DeleteAngleBond const &rhs) const
 

Public Attributes

int particle_id
 
std::array< int, 2 > bond_partner_id
 
int bond_type
 

Detailed Description

Definition at line 50 of file actions.hpp.

Member Function Documentation

◆ hash_value()

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

Definition at line 54 of file actions.hpp.

References bond_partner_id, bond_type, and particle_id.

◆ operator!=()

bool BondBreakage::DeleteAngleBond::operator!= ( DeleteAngleBond const &  rhs) const
inline

Definition at line 66 of file actions.hpp.

◆ operator==()

bool BondBreakage::DeleteAngleBond::operator== ( DeleteAngleBond const &  rhs) const
inline

Definition at line 61 of file actions.hpp.

References bond_partner_id, bond_type, and particle_id.

Member Data Documentation

◆ bond_partner_id

std::array<int, 2> BondBreakage::DeleteAngleBond::bond_partner_id

Definition at line 52 of file actions.hpp.

Referenced by hash_value(), and operator==().

◆ bond_type

int BondBreakage::DeleteAngleBond::bond_type

Definition at line 53 of file actions.hpp.

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

◆ particle_id

int BondBreakage::DeleteAngleBond::particle_id

Definition at line 51 of file actions.hpp.

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


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