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

Monty Taylor monty at inaugust.com
Wed Oct 11 02:38:13 CEST 2006


well... it didn't look that way, but  NdbDictionary does have one as
well, so the nested scoping may be doing it?

So the whole picture is more like:
class NdbDictionary {
 class Dictionary {
   const Table * getTable(const char * name) const;
 }
 const Table * getTable(const char * name, void **data) const;
}


On 10/10/06, Alex Mohr <amohr at pixar.com> wrote:
> Monty Taylor wrote:
> > _ndb.cpp:50: error: no matching function for call to
> > 'boost::python::class_<NdbDictionary::Dictionary,
> > boost::noncopyable_::noncopyable,
> > boost::python::detail::not_specified,
> > boost::python::detail::not_specified>::def(const char [9], <unresolved
> > overloaded function type>,
> > boost::python::return_value_policy<boost::python::reference_existing_object,
> > boost::python::default_call_policies>)'
>
> Is getTable overloaded, by any chance?
>
> 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