载入中...
搜索中...
未找到
eve::Runtime::StackGuard类 参考
Restores the native Squirrel stack when a binding operation leaves scope. 更多...
#include <Runtime.h>
Public 成员函数 | |
| StackGuard (Runtime &runtime) noexcept | |
| ~StackGuard () | |
| StackGuard (StackGuard &&other) noexcept | |
| StackGuard & | operator= (StackGuard &&other) noexcept |
| StackGuard (const StackGuard &)=delete | |
| StackGuard & | operator= (const StackGuard &)=delete |
| int | top () const noexcept |
| void | dismiss () noexcept |
详细描述
构造及析构函数说明
◆ StackGuard() [1/3]
|
explicitnoexcept |
在文件 Runtime.cpp 第 119 行定义.
◆ ~StackGuard()
| eve::Runtime::StackGuard::~StackGuard | ( | ) |
在文件 Runtime.cpp 第 122 行定义.
◆ StackGuard() [2/3]
|
noexcept |
在文件 Runtime.cpp 第 126 行定义.
◆ StackGuard() [3/3]
|
delete |
成员函数说明
◆ dismiss()
◆ operator=() [1/2]
|
delete |
◆ operator=() [2/2]
|
noexcept |
在文件 Runtime.cpp 第 129 行定义.
◆ top()
该类的文档由以下文件生成:
- src/engine/common/Runtime.h
- src/engine/common/Runtime.cpp