ユニット連結リストノードクラス More...
#include <GxSysUnit.h>


Public Member Functions | |
初期化 | |
| GxAddNode (void) | |
| デフォルトコンストラクタ | |
| ~GxAddNode (void) override | |
| デストラクタ | |
アクセサ | |
| constexpr u32 | getListProcessNumber (void) const |
| 処理リスト番号を取得 | |
| constexpr void | setListProcessNumber (u32 number) |
| 処理リスト番号を設定 | |
| constexpr u32 | getListKindNumber (void) const |
| 分類リスト番号を取得 | |
| constexpr void | setListKindNumber (u32 number) |
| 分類リスト番号を設定 | |
Public Member Functions inherited from GxListClassBase::GxNodeClassBase | |
| GxNodeClassBase (void) | |
| デフォルトコンストラクタ | |
| ~GxNodeClassBase (void) override | |
| デストラクタ | |
| constexpr GxListClassBase * | getParent (void) const |
| 親リストを取得 | |
| constexpr GxNodeClassBase * | getPrevious (void) const |
| 前のノードを取得 | |
| constexpr GxNodeClassBase * | getNext (void) const |
| 次のノードを取得 | |
| constexpr GxClassBaseRoot * | getObject (void) const |
| オブジェクトを取得 | |
Public Member Functions inherited from GxClassBase | |
| constexpr | GxClassBase (void) |
| コンストラクタ | |
| constexpr | GxClassBase (const GxClassBase &base) |
| コピーコンストラクタ | |
| ~GxClassBase (void) override | |
| デストラクタ | |
Public Member Functions inherited from GxClassBaseRoot | |
| constexpr | GxClassBaseRoot (void) |
| コンストラクタ | |
| constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| コピーコンストラクタ | |
| virtual | ~GxClassBaseRoot (void) |
| デストラクタ | |
| constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| 代入演算子 | |
| virtual GxRtti & | getRtti (void) const =0 |
| Rttiの取得 | |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| デフォルトオブジェクトを取得 | |
| GX_FORCE_INLINE b32 | isDefaultObject (void) |
| デフォルトオブジェクト判定 | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
Protected Member Functions inherited from GxListClassBase::GxNodeClassBase | |
| virtual void | setObject (GxClassBaseRoot *pObject) |
| オブジェクトを設定 | |
Protected Attributes inherited from GxListClassBase::GxNodeClassBase | |
| GxClassBaseRoot * | _pObject |
| 所有オブジェクト | |
| GxListClassBase * | _pParent |
| 親リスト | |
ユニット連結リストノードクラス