2#ifndef INKSCAPE_OBJECT_WEAKPTR_H
3#define INKSCAPE_OBJECT_WEAKPTR_H
5#include <sigc++/connection.h>
25 explicit operator bool()
const {
return _obj; }
A weak pointer to an SPObject: it nulls itself upon the object's destruction.
SPWeakPtr & operator=(T *obj)
SPWeakPtr & operator=(SPWeakPtr const &other)
SPWeakPtr(SPWeakPtr const &other)
Helper class to stream background task notifications as a series of messages.