Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
class | Inkscape::GC::Anchored |
A base class for anchored objects. More... | |
struct | Inkscape::GC::Anchored::Anchor |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::GC |
Boehm-GC based garbage collector. | |
Functions | |
template<typename R > | |
static R & | Inkscape::GC::anchor (R &r) |
Increments the reference count of a anchored object. | |
template<typename R > | |
static R * | Inkscape::GC::anchor (R *r) |
Increments the reference count of a anchored object. | |
template<typename R > | |
static R & | Inkscape::GC::release (R &r) |
Decrements the reference count of a anchored object. | |
template<typename R > | |
static R * | Inkscape::GC::release (R *r) |
Decrements the reference count of a anchored object. | |