登録ノードクラス More...
#include <GxProperty.h>


Public Member Functions | |
| GX_RTTI_STRUCT (GxNode) | |
| 初期化 | |
| GxNode (void) | |
| デフォルトコンストラクタ | |
| GxNode (const GxProperty &property, GxClassBaseRoot *pObject=nullptr) | |
| コンストラクタ | |
| GxNode (GxProperty *pProperty, GxClassBaseRoot *pObject=nullptr) | |
| コンストラクタ | |
| GxNode (const GxNode &node) | |
| コピーコンストラクタ | |
| void | operator= (const GxNode &node) |
| 代入 | |
アクセサ | |
| constexpr GxClassBaseRoot * | getObject (void) const |
| オブジェクトを取得 | |
| GX_FORCE_INLINE GxProperty & | getProperty (void) |
| プロパティを取得 | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxStructBase | |
| static GxRtti & | __getStaticRtti (void) |
登録ノードクラス
| void GxPropertyTable::GxNode::operator= | ( | const GxNode & | node | ) |
代入
| node | [in] ノード |