WTF::RefCounted Class Reference
#include <RefCounted.h>
Inheritance diagram for WTF::RefCounted:

Public Member Functions | |
| RefCounted (int initialRefCount=1) | |
| void | deref () |
| bool | hasOneRef () |
| void | ref () |
| int | refCount () const |
Constructor & Destructor Documentation
| WTF::RefCounted::RefCounted | ( | int | initialRefCount = 1 | ) | [inline] |
Definition at line 31 of file RefCounted.h.
Member Function Documentation
| void WTF::RefCounted::deref | ( | ) | [inline] |
Definition at line 45 of file RefCounted.h.
| bool WTF::RefCounted::hasOneRef | ( | ) | [inline] |
Definition at line 58 of file RefCounted.h.
| void WTF::RefCounted::ref | ( | ) | [inline] |
Definition at line 39 of file RefCounted.h.
| int WTF::RefCounted::refCount | ( | ) | const [inline] |
Definition at line 64 of file RefCounted.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference