パラメータ関数ブロッククラス More...
#include <GxScript.h>


Public Member Functions | |
操作 | |
| GxFunction::GxValue | execute (GxClassBaseRoot *pObject, GxScriptRuntime &runtime, u32 argumentIndex=0, GxFunction::GxValue *pValues=nullptr) const override |
| 実行 | |
アクセサ | |
| constexpr GxFunction * | getFunction (void) const |
| 関数を取得 | |
| constexpr void | setFunction (GxFunction &function) |
| 関数を設定 | |
Public Member Functions inherited from GxScript::GxBlockParameter | |
| constexpr s32 | getArgumentIndex (void) const |
| 設定した引数のインデックスを取得 | |
| GX_FORCE_INLINE GxFunction::GxType | getType (void) const |
| 型を取得 | |
| GX_FORCE_INLINE void | setType (GxFunction::GxType type) |
| 型を設定 | |
| GxBlockParameter (GxFunction::GxType type) | |
| コンストラクタ | |
Public Member Functions inherited from GxScript::GxBlock | |
| GxBlock (void) | |
| デフォルトコンストラクタ | |
| void | cleanup (void) override |
| delete直前に呼び出される関数 | |
| virtual void | getConnectBlocksSub (GxArrayClassBase &blocks, b32 isUnique=false) const |
| 接続ブロックリストを取得 | |
| constexpr GxBlock * | getParent (void) const |
| 設定したブロックを取得 | |
| GxBlockCommand * | getParentCommand (void) const |
| 設定したコマンドブロックを取得 | |
| constexpr u32 | getArgumentCount (void) const |
| 引数の数を取得 | |
| GX_FORCE_INLINE GxArgument * | getArgument (u32 index) const |
| 引数を取得 | |
Public Member Functions inherited from GxClassBaseReference | |
| GxClassBaseReference (void) | |
| コンストラクタ | |
| GxClassBaseReference (const GxClassBaseReference &base) | |
| コピーコンストラクタ | |
| ~GxClassBaseReference (void) override | |
| デストラクタ | |
| constexpr GxClassBaseReference & | operator= (const GxClassBaseReference &base) |
| 代入演算子 | |
| virtual s32 | addReference (void) |
| 参照カウンタを加算 | |
| virtual s32 | release (void) |
| 解放 | |
| virtual s32 | getReferenceCount (void) const |
| 参照カウンタを取得 | |
| constexpr void | setDelayReleaseCount (s32 count) |
| 遅延解放カウンタを設定 | |
| void | setDelayReleaseCountInfinity (b32 on) |
| 無限解放待ちの設定 | |
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) |
| デフォルトオブジェクト判定 | |
初期化 | |
| GxBlockParameterFunction (GxFunction &function) | |
| コンストラクタ | |
| void | initialize (void) override |
| 初期化 | |
| GxBlockParameterFunction (void) | |
| デフォルトコンストラクタ | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxClassBaseReference | |
| static void | initializeDelayRelease (void) |
| 遅延解放リストの初期化 | |
| static void | terminateDelayRelease (void) |
| 遅延解放リストの終了 | |
| static void | updateDelayRelease (void) |
| 遅延解放リストの更新 | |
| static b32 | isDelayReleaseEnable (void) |
| 遅延解放システムの有効判定 | |
| static u32 | getDelayReleaseListCount (void) |
| 遅延解放待ちの数を取得 | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
Static Public Attributes inherited from GxClassBaseReference | |
| static constexpr s32 | DELAY_RELEASE_COUNT_INFINITY = -1 |
| 遅延解放の無限待ち定義 | |
Protected Member Functions inherited from GxScript::GxBlockParameter | |
| GxBlockParameter (void) | |
| デフォルトコンストラクタ | |
Protected Attributes inherited from GxClassBaseReference | |
| s32 | _referenceCount |
| 参照カウンタ | |
| s32 | _delayReleaseCount |
| 遅延解放カウンタ | |
パラメータ関数ブロッククラス
| GxScript::GxBlockParameterFunction::GxBlockParameterFunction | ( | GxFunction & | function | ) |
コンストラクタ
| function | [in] 関数 |
|
overridevirtual |
実行
| pObject | [in] 対象オブジェクト |
| runtime | [in] ランタイム情報 |
| argumentCount | [in] 引数の数 |
| pValues | [in] 引数リスト |
Reimplemented from GxScript::GxBlock.
Reimplemented in GxScript::GxBlockParameterFunctionDynamic.

|
overridevirtual |
初期化
Reimplemented from GxScript::GxBlockParameter.