kig
object_calcer.cc File Reference
#include "object_calcer.h"
#include "object_holder.h"
#include "object_imp.h"
#include "bogus_imp.h"
#include "object_type.h"
#include "../misc/coordinate.h"
#include "common.h"
#include <algorithm>
#include <set>
#include <typeinfo>
#include <iterator>
Include dependency graph for object_calcer.cc:
Go to the source code of this file.
Functions | |
void | intrusive_ptr_add_ref (ObjectCalcer *p) |
void | intrusive_ptr_release (ObjectCalcer *p) |
Function Documentation
void intrusive_ptr_add_ref | ( | ObjectCalcer * | p | ) |
They all take a reference to their parents, and some other classes like ObjectHolder take a reference to some ObjectCalcer's that they don't want to see deleted.
Definition at line 90 of file object_calcer.cc.
void intrusive_ptr_release | ( | ObjectCalcer * | p | ) |
Definition at line 95 of file object_calcer.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.