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

Monty Taylor monty at inaugust.com
Wed Oct 11 02:47:18 CEST 2006


I'll try real quick.

On 10/10/06, Alex Mohr <amohr at pixar.com> wrote:
> > 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;
> > }
>
> Hmm.  Well, your compiler is claiming that the argument passed to def()
> is an "unresolved overloaded function type".  Is your compiler broken?
>
> Can you write code that takes the address of
> NdbDictionary::Dictionary::getTable outside the context of boost.python?
>
> 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