Re: [pygccxml-development] container_traits.key_type() missing in 0.9.5
Brought to you by:
mbaas,
roman_yakovenko
From: Gustavo C. <gjc...@gm...> - 2009-04-28 09:49:29
|
2009/4/28 Roman Yakovenko <rom...@gm...> > On Mon, Apr 27, 2009 at 8:01 PM, Gustavo Carneiro <gjc...@gm...> > wrote: > > Hi, I am trying to scan std::map container types. I need to obtain the > key > > and element types separately, but pygccxml (0.9.5) keeps fighting me > > (below). Wasn't there supposed to be a key_type method/attribute in the > > container_traits classes? > > I didn't need it, so it doesn't exist. I don't mind to add it for you. OK, but it apparently is there in trunk, so no work needed for you :-) I am wrapping std::map now, with pybindgen, that's why I need it. > > > Apparently key_type() method works well in SVN pygccxml. Any idea when > will > > be next pygccxml release? > > I don't know. I hope in a month. I am pretty busy this days. > > In general I consider "pygccxml" as frozen, which means I will only > update the documentation. A month or two sounds reasonable. I tried svn trunk, and everything worked perfectly for me. > > > Did you note that I switched to Sphinx? It took some time, but the > result worth it. I agree, the docs look much nicer now. Great work. Thanks for the feedback. -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "The universe is always one step beyond logic." -- Frank Herbert |