|
fastdo
0.6.16
|
#include <smartptr.hpp>
Public 类型 | |
| using | _EsftType = EnableSharedFromThis |
Public 成员函数 | |
| SharedPointer< _Ty > | sharedFromThis () |
| SharedPointer< const _Ty > | sharedFromThis () const |
| WeakPointer< _Ty > | weakFromThis () noexcept |
| WeakPointer< const _Ty > | weakFromThis () const noexcept |
Protected 成员函数 | |
| constexpr | EnableSharedFromThis () noexcept |
| EnableSharedFromThis (EnableSharedFromThis const &) noexcept | |
| EnableSharedFromThis & | operator= (EnableSharedFromThis const &) noexcept |
友元 | |
| template<typename _Other , typename _Yty > | |
| void | _EnableSharedFromThis1 (SharedPointer< _Other > const &sharedThis, _Yty *ptr, std::true_type) |
在文件 smartptr.hpp 第 1222 行定义.
| using winux::EnableSharedFromThis< _Ty >::_EsftType = EnableSharedFromThis |
在文件 smartptr.hpp 第 1225 行定义.
|
inlineprotectednoexcept |
在文件 smartptr.hpp 第 1248 行定义.
|
inlineprotectednoexcept |
在文件 smartptr.hpp 第 1252 行定义.
|
inline |
在文件 smartptr.hpp 第 1227 行定义.
|
inline |
在文件 smartptr.hpp 第 1232 行定义.
|
inlinenoexcept |
在文件 smartptr.hpp 第 1237 行定义.
|
inlinenoexcept |
在文件 smartptr.hpp 第 1242 行定义.
|
inlineprotectednoexcept |
在文件 smartptr.hpp 第 1256 行定义.
|
friend |
在文件 smartptr.hpp 第 478 行定义.