载入中...
搜索中...
未找到
Runtime.h 文件参考
#include "common/Export.h"
#include "common/ScriptError.h"
#include <simplesquirrel/simplesquirrel.hpp>
#include <cstdint>
#include <functional>
#include <memory>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>

浏览源代码.

class  eve::ScriptException
 Exception raised at the public Runtime boundary. 更多...
 
struct  eve::ReflectedAttribute
 
struct  eve::ReflectedMember
 
struct  eve::ReflectedClass
 
struct  eve::ScriptInfo
 
class  eve::Runtime
 
class  eve::Runtime::StackGuard
 Restores the native Squirrel stack when a binding operation leaves scope. 更多...
 
class  eve::Runtime::Scope
 Pushes this Runtime on the current thread's runtime stack. 更多...
 

命名空间

namespace  eve
 

枚举

enum class  eve::ScriptState {
  eve::Compiled , eve::Running , eve::Loaded , eve::Unloading ,
  eve::Unloaded , eve::Failed
}
 
enum class  eve::ScriptStage {
  eve::Compile , eve::Execute , eve::Reflect , eve::Unload ,
  eve::Shutdown
}