#include "always.h"
#include "listnode.h"
Go to the source code of this file.
◆ NEW_REF
Value:
static RefCountClass * Set_Ref_Owner(RefCountClass *obj, char *file, int line)
Definition at line 62 of file refcount.h.
◆ REF_PTR_RELEASE
| #define REF_PTR_RELEASE |
( |
| x | ) |
|
Value:{
if (x) x->Release_Ref(); x =
NULL; }
Definition at line 80 of file refcount.h.
◆ REF_PTR_SET
| #define REF_PTR_SET |
( |
| dst, |
|
|
| src ) |
Value:{ if (src) (src)->Add_Ref(); if (dst) (dst)->Release_Ref(); (dst) = (src); }
Definition at line 79 of file refcount.h.
◆ REFCOUNT_H
◆ SET_REF_OWNER
| #define SET_REF_OWNER |
( |
| P | ) |
|
◆ RefCountListClass
◆ RefCountNodeClass