struct
#include <gemmi/model.hpp>
AtomAddress
Contents
Constructors, destructors, conversion operators
- AtomAddress() defaulted
-
AtomAddress(const std::
string& ch, const SeqId& seqid, const std:: string& res, const std:: string& atom, char alt = '\0') - AtomAddress(const Chain& ch, const Residue& res, const Atom& at)
Public functions
- auto operator==(const AtomAddress& o) const -> bool
-
auto str() const -> std::
string