[GEM-dev] [ pd-gem-Feature Requests-2880325 ] reduce interclass dependencies

SourceForge.net noreply at sourceforge.net
Thu Apr 7 14:10:17 CEST 2011


Feature Requests item #2880325, was opened at 2009-10-16 09:01
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=507082&aid=2880325&group_id=64325

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category:  misc
Group: None
>Status: Pending
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: reduce interclass dependencies

Initial Comment:
to get a more stable ABI, it would be nice if implementation details could be hidden from the public APIs of classes.

- use pimpl (http://chadaustin.me/cppinterface.html)
- use symbol-keyed dictionaries (e.g. for accessing data in GemState)
- ...

----------------------------------------------------------------------

>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-04-07 14:10

Message:
i think we are kind of there.

for performance reasons, the GemState dictionary uses integer-keys though

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=507082&aid=2880325&group_id=64325



More information about the GEM-dev mailing list