A stack to keep track of nested scopes. 更多...
#include <ScopedStack.h>
Public 成员函数 | |
template<typename V > | |
auto | PushScope (V &&Value) |
Push this scope into the stack. | |
Private 类型 | |
using | Super = std::deque<T> |
A stack to keep track of nested scopes.
在文件 ScopedStack.h 第 14 行定义.
|
private |
在文件 ScopedStack.h 第 15 行定义.
Push this scope into the stack.
Automatically pops Value when the returned object goes out of the scope.
在文件 ScopedStack.h 第 21 行定义.
被这些函数引用 FActorDefinitionValidator::ForEach() , 以及 FActorDefinitionValidator::SingleIsValid().