[C++-sig] C++ singleton

Roman Yakovenko roman.yakovenko at gmail.com
Mon Oct 24 12:31:42 CEST 2005


On 10/24/05, Emmanuel Taurel <etaurel at cells.es> wrote:
> Therefore, my question is simple : How is it possible to interface such a
> class with only one constructor which is protected and a static method
> to create/access the object ?
Look for no_init here
http://boost.org/libs/python/doc/v2/class.html

Better solution is to try boost.python code generator
Pyste ( an official one )  or

pyplusplus
http://pygccxml.sourceforge.net/pyplusplus/pyplusplus.html


> Thank's very much for your answer.
> Sincerely
>
>
>
> Emmanuel Taurel (etaurel at cells.es)
>
>
>
> PS : By the way, is there a searchable archive of this mailing list ?

yes:

http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/cpp-sig


Roman Yakovenko



More information about the Cplusplus-sig mailing list