Variable CairoCountedClass.debugging
Enable / disable memory management debugging
for this
instance. Only available if both cairoD and the cairoD user
code were compiled with "debug=RefCounted"
Output is written to stdout, see
https://github.com/jpf91/cairoD/wiki/Memory-Management#debugging
for more information
Declaration
template CairoCountedClass
{
// ...
bool debugging;
// ...
}
Authors
Johannes Pfau | cairoD |
cairo team | cairo |
Copyright
License
cairoD wrapper/bindings | Boost License 1.0 |
cairo | LGPL 2.1 / MPL 1.1 |