Alexander
Alexander
ObjArray is an object-wise wrapper around Array. Though ObjArray is still not safe to use with C++ objects because underlying Array does not properly copies/moves objects on buffer re-allocation. A...
Issue #520: core: replace RedBlackMap and RedBlackSet implementation Partial implementation: Molecule3dConstraints is updated
Issue #520: core: replace RedBlackMap and RedBlackSet implementation Partial implementation: update for CanonicalSmilesSaver
Issue #520: core: replace RedBlackMap and RedBlackSet implementation Partial implementation: MangoPg is updated
Issue #520: core: replace RedBlackMap and RedBlackSet implementation Partial implementation: Removed RedBlackMap from SimpleCycleBasis
Issue #520: core: replace RedBlackMap and RedBlackSet implementation Partial implementation: GraphEmbeddingsStorage class update
Issue #520: core: replace RedBlackMap and RedBlackSet implementation with standard containers Partial implementation: BingoContext and MoleculeMass are updated
- RedBlackMap is replaced with std::map in MoleculeStereocenters - Custom iterator is implementer to iterate through stereocenters - MoleculeStereocenters is copyable/movable now
Issue 815: Replace ObjList with std::vector for MoleculePkaModel Issue 520: Replace RedBlackMap with std::map for MoleculePkaModel
This PR addresses issue #854