Re: Re: cairo c++ bindings



> 
> My preference would be for the C++ wrapper to not test anything or throw 
> any exceptions, and to just wrap the "test status" call like every other 
> Cairo interface. Calling code can do "if (cairo_c->error()) throw 
> exception;"

If the only point of the wrapper is to change func(obj) to
obj->func() then there is no reason to bother with one.

Nathan Moore




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]