2009/3/26 Michał Nowotka
>
> > If you use SVN version, than you can "include" the classes.
>
> Ok, so I've checked out svn repository and reinstalled pygccxmm and
> py++ from pygccxml_dev and pyplusplus_dev but I still get same
> warnings. Should I do something else to include these classes?
Hmm,
I've checked out svn repository (from
https://pygccxml.svn.sourceforge.net/svnroot/pygccxml) and then:
- installed pygccxml and pypluspluss eggs from pygccxml_dev and
pyplusplus_dev eggs
- installed it once again from tags/pygccxml_dev_1.0.0 and
tags/pyplusplus_dev_1.0.0 directories
- I also tried
> If you use SVN version, than you can "include" the classes.
Ok, so I've checked out svn repository and reinstalled pygccxmm and
py++ from pygccxml_dev and pyplusplus_dev but I still get same
warnings. Should I do something else to include these classes?
--
Regards
Michał Nowotka
2009/3/25 Michał Nowotka :
> Hello,
> I want to expose to python following code:
>
> typedef std::map ProbHaplotype;
>
> typedef std::map ProbFenotype;
>
> typedef std::map ProbGenotype;
>
> (...)
>
> std::ostream& operator<<(std::ostream& os, const ProbHaplotype& hapl);
>
> std::ostream& operator<