Authors: MenTaLguY <mental@rydia.net> * Copyright (C) 2004 MenTaLguY
Released under GNU GPL, read the file 'COPYING' for more information
Definition in file gc-anchored.h.
#include <glib/gmessages.h>
#include "gc-managed.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::GC |
Classes | |
class | Inkscape::GC::Anchored |
struct | Inkscape::GC::Anchored::Anchor |
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. |