[C++-sig] mapping object pointers with boost

Monty Taylor monty at inaugust.com
Tue Oct 10 22:52:44 CEST 2006


Ha. But that actually makes sense. :)

But unfortunately, I'm still getting:
 error: no matching function for call to 'Ndb::Ndb()'

thanks,
Monty



On 10/10/06, Alex Mohr <amohr at pixar.com> wrote:
> >   class_<Ndb>("Ndb")
> >     .def(init<Ndb_cluster_connection,str,str>());
>
> Try this:
>
> class_<Ndb>("Ndb")
>      .def(init<Ndb_cluster_connection *, char const *, char const *>());
>
> Alex
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig
>



More information about the Cplusplus-sig mailing list