KHTML
DOM::DomShared Class Reference
#include <dom_misc.h>
Inheritance diagram for DOM::DomShared:
Public Member Functions | |
virtual bool | deleteMe () |
void | deref () |
DomShared () | |
bool | hasOneRef () const |
void | ref () |
unsigned int | refCount () const |
virtual | ~DomShared () |
Protected Attributes | |
unsigned int | _ref |
Detailed Description
Definition at line 36 of file dom_misc.h.
Constructor & Destructor Documentation
DOM::DomShared::DomShared | ( | ) | [inline] |
Definition at line 39 of file dom_misc.h.
DomShared::~DomShared | ( | ) | [virtual] |
Definition at line 26 of file dom_misc.cpp.
Member Function Documentation
bool DomShared::deleteMe | ( | ) | [virtual] |
Definition at line 32 of file dom_misc.cpp.
void DOM::DomShared::deref | ( | ) | [inline] |
Definition at line 47 of file dom_misc.h.
bool DOM::DomShared::hasOneRef | ( | ) | const [inline] |
Definition at line 48 of file dom_misc.h.
void DOM::DomShared::ref | ( | ) | [inline] |
Definition at line 46 of file dom_misc.h.
unsigned int DOM::DomShared::refCount | ( | ) | const [inline] |
Definition at line 49 of file dom_misc.h.
Member Data Documentation
unsigned int DOM::DomShared::_ref [protected] |
Definition at line 55 of file dom_misc.h.
The documentation for this class was generated from the following files: