プロパティテーブルクラス
More...
#include <GxProperty.h>
|
|
u32 | _count |
| 配列数
|
|
u32 | _allocCount |
| 配列メモリの確保数
|
|
GxNode * | _pNode |
| ノード
|
|
|
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得
|
|
◆ GxPropertyTable() [1/2]
GxPropertyTable::GxPropertyTable |
( |
const GxRtti & | rtti, |
|
|
b32 | withParentFlag = true ) |
コンストラクタ
- Parameters
-
rtti | [in] RTTI |
withParentFlag | [in] 親を含めるか |
◆ GxPropertyTable() [2/2]
コピーコンストラクタ
- Parameters
-
propertyTable | [in] プロパティテーブル |
◆ add() [1/3]
プロパティを追加
- Parameters
-
property | [in] 追加プロパティ |
pObject | [in] オブジェクト |
◆ add() [2/3]
u32 GxPropertyTable::add |
( |
const GxRtti & | rtti, |
|
|
b32 | withParentFlag = true ) |
RTTIからプロパティを追加
- Parameters
-
rtti | [in] RTTI |
withParentFlag | [in] 親を含めるか |
- Returns
- 登録プロパティ数
◆ add() [3/3]
プロパティを追加
- Parameters
-
pProperty | [in] 追加プロパティ |
pObject | [in] オブジェクト |
◆ operator<<()
void GxPropertyTable::operator<< |
( |
const GxProperty & | property | ) |
|
|
virtual |
◆ operator=()
代入
- Parameters
-
propertyTable | [in] プロパティテーブル |
◆ operator[]() [1/2]
GxProperty & GxPropertyTable::operator[] |
( |
u32 | index | ) |
|
|
virtual |
配列アクセス
- Parameters
-
- Returns
- プロパティ
◆ operator[]() [2/2]
GxProperty & GxPropertyTable::operator[] |
( |
u32 | index | ) |
const |
|
virtual |
const配列アクセス
- Parameters
-
- Returns
- プロパティ
◆ remove()
void GxPropertyTable::remove |
( |
GxProperty * | pProperty | ) |
|
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxProperty.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxProperty.cpp