Loki  0.1.7
Loki::SmartPtr Class Reference

#include <SmartPtr.h>

Detailed Description

Parameters
OwnershipPolicydefault = RefCounted,
ConversionPolicydefault = DisallowConversion,
CheckingPolicydefault = AssertCheck,
StoragePolicydefault = DefaultSPStorage
ConstnessPolicydefault = LOKI_DEFAULT_CONSTNESS
IMPORTANT NOTE
Due to threading issues, the OwnershipPolicy has been changed as follows:
  • Release() returns a boolean saying if that was the last release so the pointer can be deleted by the StoragePolicy
  • IsUnique() was removed

The documentation for this class was generated from the following file: