csRefCount Class Reference
This is a class which provides basic reference-counting semantics. More...
#include <csutil/refcount.h>
Inheritance diagram for csRefCount:

Public Member Functions | |
| csRefCount () | |
| Initialize object and set reference to 1. | |
| void | DecRef () |
| Decrease the number of references to this object. | |
| int | GetRefCount () const |
| Get the reference count (only for debugging). | |
| void | IncRef () |
| Increase the number of references to this object. | |
Detailed Description
This is a class which provides basic reference-counting semantics.It can be used in conjunction with the smart pointer template class csRef (see <ref.h>). This class itself provides no functionality beyond reference counting. It is intended that you should subclass csRefCount and add needed functionality.
Definition at line 37 of file refcount.h.
Constructor & Destructor Documentation
| csRefCount::csRefCount | ( | ) | [inline] |
Member Function Documentation
| void csRefCount::DecRef | ( | ) | [inline] |
| int csRefCount::GetRefCount | ( | ) | const [inline] |
| void csRefCount::IncRef | ( | ) | [inline] |
The documentation for this class was generated from the following file:
- csutil/refcount.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
