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 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 89 of file object_calcer.cc.
| void intrusive_ptr_release | ( | ObjectCalcer * | p | ) |
Definition at line 94 of file object_calcer.cc.
KDE 4.0 API Reference