#include "aliceml.h"#include "aliceml_array.h"データ構造 | |
| struct | ML_Context |
| メッセージウィンドウの様々な状態を保持します。 [詳細] | |
関数 | |
| ALICEMLAPI ML_Context *ALICEMLCALL | ML_Context_Create () |
| コンテキストを作成します。 | |
| ALICEMLAPI ML_Context *ALICEMLCALL | ML_Context_Clone (ML_Context *context) |
| コンテキストオブジェクトのクローンを作成します。 | |
| ALICEMLAPI int ALICEMLCALL | ML_Context_Share (ML_Context *context) |
| コンテキストオブジェクトの参照カウントを一つ増やします。 | |
| ALICEMLAPI void ALICEMLCALL | ML_Context_Destroy (ML_Context *context) |
| コンテキストオブジェクトの参照カウントを減らし、必要なら破棄します。 | |
| ALICEMLAPI int ALICEMLCALL | ML_Context_Updated (ML_Context *context) |
| コンテキストの内容を変更したときに呼び出します。 | |
| ALICEMLAPI ML_Array *ALICEMLCALL | ML_ContextStack_Create () |
| コンテキストを保存・復元するためのスタックを作成します。 | |
| ALICEMLAPI ML_Context* ALICEMLCALL ML_Context_Clone | ( | ML_Context * | context | ) |
コンテキストオブジェクトのクローンを作成します。
| ALICEMLAPI ML_Context* ALICEMLCALL ML_Context_Create | ( | ) |
コンテキストを作成します。
| ALICEMLAPI void ALICEMLCALL ML_Context_Destroy | ( | ML_Context * | context | ) |
コンテキストオブジェクトの参照カウントを減らし、必要なら破棄します。
| ALICEMLAPI int ALICEMLCALL ML_Context_Share | ( | ML_Context * | context | ) |
コンテキストオブジェクトの参照カウントを一つ増やします。
| ALICEMLAPI int ALICEMLCALL ML_Context_Updated | ( | ML_Context * | context | ) |
コンテキストの内容を変更したときに呼び出します。
| ALICEMLAPI ML_Array* ALICEMLCALL ML_ContextStack_Create | ( | ) |
コンテキストを保存・復元するためのスタックを作成します。
1.4.7