HBRUSH型ハンドルハンドル
[詳解]
#include <TnbHandleHandle.h>
◆ GetReferCount()
int GetReferCount |
( |
void |
| ) |
const |
|
inherited |
◆ IsNull()
bool IsNull |
( |
void |
| ) |
const |
|
inherited |
◆ Null()
[設定] 開放.
本インスタンスが管理しているTYPを開放します。
- 覚え書き
- operator=(NUL) と同じ動作です。
-
TYPが他からも使われていたら、参照を一つ減らすだけです。
TnbPointerHandle.h の 229 行目に定義があります。
◆ operator const HBRUSH()
operator const HBRUSH |
( |
void |
| ) |
const |
|
inherited |
◆ operator HBRUSH()
◆ operator!=()
bool operator!= |
( |
HBRUSH |
t | ) |
const |
|
inherited |
◆ operator->() [1/2]
HBRUSH operator-> |
( |
void |
| ) |
|
|
inherited |
◆ operator->() [2/2]
const HBRUSH operator-> |
( |
void |
| ) |
const |
|
inherited |
◆ operator==()
bool operator== |
( |
HBRUSH |
t | ) |
const |
|
inherited |
◆ ReferP() [1/2]
◆ ReferP() [2/2]
HBRUSH const * ReferP |
( |
void |
| ) |
const |
|
inherited |
◆ SetReferCount()
int SetReferCount |
( |
int |
iCount | ) |
|
|
inherited |
[設定] 参照数設定
- 覚え書き
- 通常使う必要は有りません。例外として、0以下の参照数は、参照を増やすことが 出来ない様になっているため、意図的に使用することが出来ます。
- 引数
-
- 戻り値
- 設定前の参照数
TnbPointerHandle.h の 209 行目に定義があります。