SFF++ library: reading and writing SFF from C++
◆
operator==()
bool sff::INFO::operator==
(
const
INFO
&
info
)
const
Definition at line
784
of file
sffxx.cc
.
References
cs
,
cx
,
cy
,
cz
, and
nstacks
.
785
{
786
return
((info.cs==this->cs) &&
787
(info.cx==this->cx) &&
788
(info.cy==this->cy) &&
789
(info.cz==this->cz) &&
790
(info.nstacks==this->nstacks));
791
}
// bool INFO::operator==(const INFO& info) const
sff
INFO
Generated on Mon Aug 21 2023 17:36:13 for SFF++ library: reading and writing SFF from C++ by
1.8.14