OROCHI
 
Loading...
Searching...
No Matches
GxUnitRTDNullLocate.h
Go to the documentation of this file.
1//===========================================================================
9//===========================================================================
10#pragma once
11
12GX_UTILITY_NAMESPACE_BEGIN()
13//===========================================================================
15//===========================================================================
17{
18 //-------------------------------------------------------------
20 //-------------------------------------------------------------
22public:
23 // RTTI定義
24 GX_RTTI_CLASS_NAME( GxUnitRTDNullLocate, GxUnitLocate, "RTD用NULLロケータ" )
25 // ClassBaseReference継承クラス用禁止宣言
27
28
29 //-------------------------------------------------------------
31 //-------------------------------------------------------------
33
36
38};
39
40GX_UTILITY_NAMESPACE_END()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
座標ユニット基礎クラス
Definition GxUnitLocate.h:23
RTD用NULLロケータユニットクラス
Definition GxUnitRTDNullLocate.h:17