xmol::ResidueId struct

Constructors, destructors, conversion operators

ResidueId()
ResidueId(residueSerial_t serial) explicit
ResidueId(residueSerial_t serial, ResidueInsertionCode iCode)
ResidueId(const ResidueId& other) defaulted
ResidueId(ResidueId&& other) defaulted

Public functions

auto operator=(const ResidueId& other) -> ResidueId& defaulted
auto operator=(ResidueId&& other) -> ResidueId& defaulted
auto operator=(const residueSerial_t& id) -> ResidueId&
auto operator<(const ResidueId& other) const -> bool
auto operator>(const ResidueId& other) const -> bool
auto operator==(const ResidueId& other) const -> bool
auto operator!=(const ResidueId& other) const -> bool
auto operator<=(const ResidueId& other) const -> bool
auto operator>=(const ResidueId& other) const -> bool

Public variables

residueSerial_t serial
ResidueInsertionCode iCode