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

#include <bond_breakage.hpp>

+ Collaboration diagram for BondBreakage::QueueEntry:

Public Member Functions

template<typename Archive >
void serialize (Archive &ar, unsigned int const)
 

Public Attributes

int particle_id
 
BondPartners bond_partners = {}
 
int bond_type
 

Friends

class boost::serialization::access
 

Detailed Description

Definition at line 49 of file bond_breakage.hpp.

Member Function Documentation

◆ serialize()

template<typename Archive >
void BondBreakage::QueueEntry::serialize ( Archive &  ar,
unsigned int const   
)
inline

Definition at line 57 of file bond_breakage.hpp.

References bond_partners, bond_type, and particle_id.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 55 of file bond_breakage.hpp.

Member Data Documentation

◆ bond_partners

BondPartners BondBreakage::QueueEntry::bond_partners = {}

Definition at line 51 of file bond_breakage.hpp.

Referenced by BondBreakage::actions_for_breakage(), and serialize().

◆ bond_type

int BondBreakage::QueueEntry::bond_type

Definition at line 52 of file bond_breakage.hpp.

Referenced by BondBreakage::actions_for_breakage(), and serialize().

◆ particle_id

int BondBreakage::QueueEntry::particle_id

Definition at line 50 of file bond_breakage.hpp.

Referenced by BondBreakage::actions_for_breakage(), and serialize().


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