| SLikeNet
    0.1.3
    | 
World's simplest class :) More...
#include <slikenet/RefCountedObj.h>
| Public Member Functions | |
| RefCountedObj () | |
| virtual | ~RefCountedObj () | 
| void | AddRef (void) | 
| void | Deref (void) | 
| Public Attributes | |
| int | refCount | 
World's simplest class :)
Definition at line 28 of file RefCountedObj.h.
| 
 | inline | 
Definition at line 31 of file RefCountedObj.h.
References refCount.
| 
 | inlinevirtual | 
Definition at line 32 of file RefCountedObj.h.
| 
 | inline | 
Definition at line 33 of file RefCountedObj.h.
References refCount.
| 
 | inline | 
Definition at line 34 of file RefCountedObj.h.
References _FILE_AND_LINE_, SLNet::OP_DELETE(), and refCount.
| int RefCountedObj::refCount | 
Definition at line 35 of file RefCountedObj.h.
Referenced by AddRef(), Deref(), and RefCountedObj().