[C++-sig] Generic Function Calls

William Marié william.marie at gmail.com
Sat Aug 2 11:37:05 CEST 2008


Hi,

I'm using Boost Python and i would like to know if there is an easy way to
call functions generically with N numbers of arguments a bit like this :

void call( boost::python::object bpFunction, ... )
{
     // Here i want to find a way to call the bpFunction with the variable
argument list
}

Thank you
William Marié
-- 
View this message in context: http://www.nabble.com/Generic-Function-Calls-tp18787671p18787671.html
Sent from the Python - c++-sig mailing list archive at Nabble.com.




More information about the Cplusplus-sig mailing list