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

Public Attributes

int particle_id_1
 
int particle_id_2
 

Detailed Description

Definition at line 61 of file actions.hpp.

Member Function Documentation

◆ hash_value()

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

Definition at line 64 of file actions.hpp.

References particle_id_1, and particle_id_2.

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ particle_id_1

int BondBreakage::DeleteAllBonds::particle_id_1

Definition at line 62 of file actions.hpp.

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

◆ particle_id_2

int BondBreakage::DeleteAllBonds::particle_id_2

Definition at line 63 of file actions.hpp.

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


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