|
DxLibEx
|
ハンドル自動削除実装用 More...
#include <helper.hpp>
Public Member Functions | |
| Unique_Handle_Bace () DXLE_NOEXCEPT_OR_NOTHROW | |
| Unique_Handle_Bace (Bace_T &&other) DXLE_NOEXCEPT_OR_NOTHROW | |
| Unique_Handle_Bace & | operator= (Bace_T &&other) DXLE_NOEXCEPT_OR_NOTHROW |
| ~Unique_Handle_Bace () DXLE_NOEXCEPT_OR_NOTHROW | |
Protected Types | |
| typedef Unique_Handle_Bace< Child > | Bace_T |
Protected Member Functions | |
| Unique_Handle_Bace (int param_handle) DXLE_NOEXCEPT_OR_NOTHROW | |
| int | ReleaseRun () DXLE_NOEXCEPT_OR_NOTHROW |
| int | GetHandle () const DXLE_NOEXCEPT_OR_NOTHROW |
ハンドル自動削除実装用
Definition at line 77 of file helper.hpp.
|
protected |
Definition at line 80 of file helper.hpp.
|
inline |
Definition at line 86 of file helper.hpp.
|
inline |
Definition at line 91 of file helper.hpp.
|
inline |
Definition at line 107 of file helper.hpp.
|
inlineprotected |
Definition at line 113 of file helper.hpp.
|
inlineprotected |
Definition at line 127 of file helper.hpp.
|
inline |
Definition at line 98 of file helper.hpp.
|
inlineprotected |
このオブジェクトを無効化し、今まで使っていたハンドルを返す 自動削除も無効化される
Definition at line 121 of file helper.hpp.