Skip to content

#124 Geometry and Entity export their ImplementationTypes

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at May 3, 2006 14:33
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Robert K (robertk@posteo.org)
Closed at Jul 31, 2006 08:31
Closed in version Unknown
Resolution Fixed
Comment ImplementationTypes not public anymore.

Description

The wrapper classes Geometry and Entity export their ImplementationTypes. That is a hole in the wrapper.

What currently prevents me from just making the types private is that they are used by the helper class ReturnImplementationType. And that is a class template nested within another class template. My humble C++ skills are not sufficient to write a friend declaration for that.