YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib::GEventWrapper< _tEvent, _tBaseArgs > 模板类 参考

事件包装类模板。 更多...

#include <yevt.hpp>

类 YSLib::GEventWrapper< _tEvent, _tBaseArgs > 继承关系图:
YSLib::GEventWrapper< _tEvent, _tBaseArgs > 的协作图:

Public 类型

using EventType = _tEvent
 
using BaseArgsType = _tBaseArgs
 
using EventArgsType = typename EventArgsHead< typename _tEvent::TupleType >::type
 

Public 成员函数

 ImplI (GIHEvent< _tBaseArgs >) size_t operator()(BaseArgsType e) const
 委托调用。 更多...
 
 ImplI (GIHEvent< _tBaseArgs >) DefClone(const override
 

详细描述

template<class _tEvent, typename _tBaseArgs>
class YSLib::GEventWrapper< _tEvent, _tBaseArgs >

事件包装类模板。

自从
build 173

在文件 yevt.hpp772 行定义.

成员类型定义说明

template<class _tEvent, typename _tBaseArgs>
using YSLib::GEventWrapper< _tEvent, _tBaseArgs >::BaseArgsType = _tBaseArgs

在文件 yevt.hpp777 行定义.

template<class _tEvent, typename _tBaseArgs>
using YSLib::GEventWrapper< _tEvent, _tBaseArgs >::EventArgsType = typename EventArgsHead<typename _tEvent::TupleType>::type

在文件 yevt.hpp779 行定义.

template<class _tEvent, typename _tBaseArgs>
using YSLib::GEventWrapper< _tEvent, _tBaseArgs >::EventType = _tEvent

在文件 yevt.hpp776 行定义.

成员函数说明

template<class _tEvent, typename _tBaseArgs>
YSLib::GEventWrapper< _tEvent, _tBaseArgs >::ImplI ( GIHEvent< _tBaseArgs >  ) const
inline

委托调用。

警告
需要确保 BaseArgsType 引用的对象能够转换至 EventArgsType 。
自从
build 331

在文件 yevt.hpp786 行定义.

template<class _tEvent, typename _tBaseArgs>
YSLib::GEventWrapper< _tEvent, _tBaseArgs >::ImplI ( GIHEvent< _tBaseArgs >  ) const
inlineoverride
自从
build 409

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