Public Member Functions | |
| ObjectImpl (const ObjectImpl &rhs)=delete | |
| ObjectImpl & | operator= (const ObjectImpl &rhs)=delete |
| void | addRef () |
| Increments the reference counter. | |
| void | removeRef () |
| Decrements the reference counter. | |
| Int32 | refCount () const |
| Returns the value of the reference counter. | |
| virtual void | deleteMe () |
| Destroys this object. | |
Definition at line 39 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 43 of file arccore/src/common/arccore/common/Collection.h.
|
inlinevirtual |
Definition at line 47 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Increments the reference counter.
Definition at line 53 of file arccore/src/common/arccore/common/Collection.h.
|
inlinevirtual |
Destroys this object.
Definition at line 69 of file arccore/src/common/arccore/common/Collection.h.
Referenced by removeRef().
|
inline |
Returns the value of the reference counter.
Definition at line 64 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Decrements the reference counter.
Definition at line 55 of file arccore/src/common/arccore/common/Collection.h.
References deleteMe().