杰森 Linux API 参考文档

32.7.4 版本
Argus::EventQueue 类参考抽象

详细描述

定义于文件 EventQueue.h 的第 50 行。

Argus::EventQueue 的继承关系图
Argus::EventQueue 的协作图

公共成员函数

virtual InterfacegetInterface (const InterfaceID &interfaceId)=0
 获取由 interfaceId 指定的接口。更多...
 
virtual void destroy ()=0
 销毁此对象。更多...
 

保护成员函数

 ~EventQueue ()
 

构造函数 & 析构函数文档

◆ ~EventQueue()

Argus::EventQueue::~EventQueue ( )
inlineprotected

定义于文件 EventQueue.h 的第 53 行。

成员函数文档

◆ destroy()

virtual void Argus::Destructable::destroy ( )
纯虚继承自

销毁此对象。

在调用此函数之后,客户端不能再对此对象进行任何调用。

◆ getInterface()

virtual Interface* Argus::InterfaceProvider::getInterface ( const InterfaceID interfaceId)
纯虚继承自

获取由 interfaceId 指定的接口。

返回值
请求接口的实例;如果该接口不可用,则返回 NULL。

Argus::interface_cast() 引用。


此类的文档由以下文件生成
. All rights reserved.