ForwardDeclaration usage

David nolden david.nolden.kdevelop at art-master.de
Wed Feb 11 17:23:06 UTC 2009


Am Mittwoch 11 Februar 2009 14:15:24 schrieb Milian Wolff:
> What would you suggest?

If you want specific forward-declarations, you will have to manually walk the 
top-context for them.

Does php have something like namespaces/scopes? If yes, then there probably 
isn't another way than running the declaration-builder multipe times, because 
you cannot create a forward-declaration of "Bar" without knowing its exact 
scope.

Greetings, David





More information about the KDevelop-devel mailing list