SpringScriptEngine  1.0.0
A script engine
CScriptEngine.h ファイル

スクリプトエンジン本体のヘッダコード。 [詳解]

#include "CScriptEngine.h"
#include "CVariableMan.h"
#include "CErrorMan.h"

[ソースコード]

クラス

struct  tagCommandArg
 
struct  tagCommandInfo
 
struct  tagPostionInfo
 
class  CScriptEngine
 

型定義

typedef struct tagCommandArg CommandArg
 
typedef int(* seCOMMAND) (void *, CommandArg *)
 
typedef struct tagCommandInfo CommandInfo
 
typedef struct tagPostionInfo PostionInfo
 

詳解

スクリプトエンジン本体のヘッダコード。

型定義詳解

◆ CommandArg

typedef struct tagCommandArg CommandArg

◆ CommandInfo

typedef struct tagCommandInfo CommandInfo

◆ PostionInfo

typedef struct tagPostionInfo PostionInfo

◆ seCOMMAND

typedef int(* seCOMMAND) (void *, CommandArg *)