ShareableFromThis<T> Class

Template Parameters

T

Member Functions

public nothrow SharedPtr<T> GetSharedFromThis() const
public nothrow WeakPtr<T>& GetWeakThis()

Member Variables

private WeakPtr<T> weakThis

Member Function Details

GetSharedFromThis Member Function

public nothrow SharedPtr<T> GetSharedFromThis()

Definition
Line 449 of System.Base/SharedPtr.cm


GetWeakThis Member Function

public nothrow WeakPtr<T>& GetWeakThis()

Definition
Line 454 of System.Base/SharedPtr.cm