qxLib
|
#include <qx/macros/copyable_movable.h>
#include <cstddef>
#include <memory>
#include <qx/smart_ptr/link.inl>
Go to the source code of this file.
Classes | |
class | qx::link< T > |
std::weak_ptr wrapper that do not allow you to create strong pointer (std::shared_ptr) More... | |
class | qx::link< T >::lock_ptr |
std::shared_ptr wrapper More... | |