YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
类 | |
class | Message |
消息。 更多... | |
class | MessageQueue |
消息队列。 更多... | |
struct | SMessageMap |
struct | SMessageMap< Messaging::Null > |
struct | SMessageMap< Messaging::Set > |
struct | SMessageMap< Messaging::Quit > |
struct | SMessageMap< Messaging::Task > |
struct | SMessageMap< Messaging::Input > |
struct | SMessageMap< Messaging::Paint > |
类型定义 | |
typedef u32 | ID |
消息标识。 | |
typedef u8 | Priority |
消息优先级。 | |
typedef enum YSLib::Messaging::MessageSpace | MessageID |
枚举 | |
enum | MessageSpace { Null = 0x0000, Set = 0x0003, Paint = 0x000F, Quit = 0x0012, Task = 0x0016, Input = 0x00FF } |
函数 | |
const std::time_t | DefTimeout (0) |
消息默认有效期。 | |
template<MessageID _vID> | |
const SMessageMap< _vID > ::TargetType & | FetchTarget (const Message &msg) |
typedef u32 YSLib::Messaging::ID |
typedef u8 YSLib::Messaging::Priority |
const std::time_t YSLib::Messaging::DefTimeout | ( | 0 | ) |
消息默认有效期。
|
inline |