CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 类型 | 所有成员列表
FScopedStack< T > 模板类 参考

A stack to keep track of nested scopes. 更多...

#include <ScopedStack.h>

+ 类 FScopedStack< T > 继承关系图:
+ FScopedStack< T > 的协作图:

Public 成员函数

template<typename V >
auto PushScope (V &&Value)
 Push this scope into the stack.
 

Private 类型

using Super = std::deque<T>
 

详细描述

template<typename T>
class FScopedStack< T >

A stack to keep track of nested scopes.

在文件 ScopedStack.h14 行定义.

成员类型定义说明

◆ Super

template<typename T >
using FScopedStack< T >::Super = std::deque<T>
private

在文件 ScopedStack.h15 行定义.

成员函数说明

◆ PushScope()

template<typename T >
template<typename V >
auto FScopedStack< T >::PushScope ( V && Value)
inline

Push this scope into the stack.

Automatically pops Value when the returned object goes out of the scope.

在文件 ScopedStack.h21 行定义.

被这些函数引用 FActorDefinitionValidator::ForEach() , 以及 FActorDefinitionValidator::SingleIsValid().

+ 这是这个函数的调用关系图:

该类的文档由以下文件生成: