動的関数クラス More...
#include <GxResScript.h>


Public Member Functions | |
初期化 | |
| GxDynamicFunction (void) | |
| デフォルトコンストラクタ | |
| ~GxDynamicFunction (void) override | |
| デストラクタ | |
アクセサ | |
| constexpr GxString & | getName (void) |
| 関数名を取得 | |
| GX_FORCE_INLINE void | setName (GX_CSTR name) |
| 関数名を設定 | |
| constexpr GxString & | getArgumentName (u32 index) |
| 引数名を取得 | |
| GX_FORCE_INLINE void | setArgumentName (u32 index, GX_CSTR name) |
| 引数名を設定 | |
| constexpr GxFunction * | getFunction (void) const |
| 関数型を取得 | |
| constexpr void | setFunction (GxFunction *pFunction) |
| 関数型を設定 | |
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の取得 | |
動的関数クラス