Re: [C++-sig] Wrapping a pure virtual method with multiple arguments

2010-04-16 Thread Roman Yakovenko
Hello. You have provided too much information. Small example with short problem description can definitely help ( you ) On Fri, Apr 16, 2010 at 11:42 AM, François ALLAIN wrote: > Hello, I followed the "official" tutorial and others but still don't manage > to expose this pure virtual method (get

Re: [C++-sig] Generating API documentation when using boost::python

2010-04-16 Thread John Reid
James Amundson wrote: On 04/15/2010 03:53 AM, Murray Cumming wrote: (If anyone can suggest a better alternative to nasty pydoc, I'd be glad.) I always thought it should be possible make boost.python configurable so the user can choose which docstring format is output (standard, epytext mar

[C++-sig] Wrapping a pure virtual method with multiple arguments

2010-04-16 Thread François ALLAIN
Hello, I followed the "official" tutorial and others but still don't manage to expose this pure virtual method (getPeptide) : ms_mascotresults.hpp class ms_mascotresults { public: ms_mascotresults(ms_mascotresfile &resfile, const unsigned int flags,