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

#include <actions.hpp>

Public Member Functions

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

Public Attributes

int particle_id_1
 
int particle_id_2
 

Detailed Description

Definition at line 71 of file actions.hpp.

Member Function Documentation

◆ hash_value()

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

Definition at line 74 of file actions.hpp.

References particle_id_1, and particle_id_2.

◆ operator!=()

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

Definition at line 84 of file actions.hpp.

◆ operator==()

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

Definition at line 80 of file actions.hpp.

References particle_id_1, and particle_id_2.

Member Data Documentation

◆ particle_id_1

int BondBreakage::DeleteAllBonds::particle_id_1

Definition at line 72 of file actions.hpp.

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

◆ particle_id_2

int BondBreakage::DeleteAllBonds::particle_id_2

Definition at line 73 of file actions.hpp.

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


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