On Dec 20, 2007 5:08 PM, Gustavo Carneiro <gjc...@gm...> wrote:
> Most properties in:
>
> http://www.language-binding.net/pygccxml/apidocs/pygccxml.parser.config.config_t-class.html#include_paths
>
> are read-only. And in addition there is not even a setter method. This
> leads me to support a bad coding pattern: everything must be set in the
> constructor, and is frozen afterwards.
>
> Thoughts?
Why do you want to change it after construction? What is your use case?
P.S. I don't mind to add setters to the class
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|