|
Utility Library
C4Shared.h
class SharedObjects inherit from theShared class when they contain shared data and need to be reference counted.
Definition
Member Functions
Constructor
Shared class can only exist as a base class for another class.
Description
The Shared class encapsulates a reference count for objects that can be shared. Upon construction, the object's reference count is initialized to 1.
|