OEHydrogenCounter¶
class OEHydrogenCounter
The OEHydrogenCounter
class is a utility class used for counting the implicit
and explicit hydrogens within a molecule.
Constructors¶
OEHydrogenCounter(unsigned explicitHCount, unsigned int implicitHCount)
Constructs a counter with the specified explicit and implicit counts.
OEHydrogenCounter(const OEHydrogenCounter &rhs)
Copy constructor.
operator=¶
OEHydrogenCounter &operator=(const OEHydrogenCounter &rhs)
Assignment operator that copies the data of the ‘rhs’ OEHydrogenCounter
object
into the right-hand side OEHydrogenCounter
object.
See also