[cairo] Re: Re: cairo c++ bindings
Nathan E. Moore
nem3 at pitt.edu
Tue Nov 29 10:10:41 PST 2005
>
> 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
More information about the cairo
mailing list