ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Immutable view on a bond. More...
#include <BondList.hpp>
Public Member Functions | |
BondView ()=default | |
BondView (int id, std::span< const int > partners) | |
int | bond_id () const |
auto const & | partner_ids () const |
bool | operator== (BondView const &rhs) const |
bool | operator!= (BondView const &rhs) const |
Immutable view on a bond.
The bond id and ids of the partner particles of a bond can be inspected (but not changed) via this view.
Definition at line 44 of file BondList.hpp.
|
default |
|
inline |
Definition at line 51 of file BondList.hpp.
|
inline |
Definition at line 54 of file BondList.hpp.
Referenced by BondList::insert().
|
inline |
Definition at line 61 of file BondList.hpp.
|
inline |
Definition at line 57 of file BondList.hpp.
|
inline |
Definition at line 55 of file BondList.hpp.
Referenced by BondList::insert().