Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
gc-anchored.h File Reference

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 RInkscape::GC::anchor (R &r)
 Increments the reference count of a anchored object.
 
template<typename R >
static RInkscape::GC::anchor (R *r)
 Increments the reference count of a anchored object.
 
template<typename R >
static RInkscape::GC::release (R &r)
 Decrements the reference count of a anchored object.
 
template<typename R >
static RInkscape::GC::release (R *r)
 Decrements the reference count of a anchored object.