[C++-sig] [Boost.Python] Extracting indirect base.

David Abrahams dave at boost-consulting.com
Mon Jun 12 15:56:08 CEST 2006


Sebastian Redl <sebastian.redl at getdesigned.at> writes:

>   class_<InputPluginWrap, bases<PluginWrap>,
                                  ^^^^^^
should be just Plugin, I think.

> boost::noncopyable>("InputPlugin")
>     .def("loadData", ...)
>     ;

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list