Skip to content
File OwnerStorageSharePtr.hpp
-
template<typename T>
class OwnerStorageSharePtr
Protected Functions
-
bool _hasValue() const
-
void _reset()
-
inline std::shared_ptr<T> _getShared() const
-
inline T &_getStackRef() const
Private Members
-
std::shared_ptr<T> mValue