lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Abstract Grob property storage into Mutable_properties. (issue 56164


From: jonas . hahnfeld
Subject: Re: Abstract Grob property storage into Mutable_properties. (issue 561640043 by address@hidden)
Date: Mon, 13 Apr 2020 10:30:45 -0700

On 2020/04/13 17:28:16, Dan Eble wrote:
> On 2020/04/13 17:22:52, hanwenn wrote:
> 
> > > If you're not interested in doing this, I might try it myself.
> > 
> > By structuring it like this, you enforce the implementation to store
the
> > key/value as SCM cells, which is exactly what we want to get away
from.
> 
> OK, I didn't understand that from the description. I still think it
would be
> good for the iterator to have an interface that every C++ programmer
expects
> from an iterator.

What about using the interface that std::unordered_map provides? IIRC
the ADT returns a std::pair of (key, value).

https://codereview.appspot.com/561640043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]