![]() |
• Utility Library | |||||||
|
API Links
Developer Links
|
class SharedDefined in:
Objects inherit from the C4Shared.hShared 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.
See Also
|