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 &) const =default
 
bool operator!= (DeleteAngleBond const &) const =default
 

Public Attributes

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

Detailed Description

Definition at line 46 of file actions.hpp.

Member Function Documentation

◆ hash_value()

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

Definition at line 50 of file actions.hpp.

References bond_partner_id, bond_type, and particle_id.

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ bond_partner_id

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

Definition at line 48 of file actions.hpp.

Referenced by hash_value().

◆ bond_type

int BondBreakage::DeleteAngleBond::bond_type

Definition at line 49 of file actions.hpp.

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

◆ particle_id

int BondBreakage::DeleteAngleBond::particle_id

Definition at line 47 of file actions.hpp.

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


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