Lines Matching refs:Message
32 struct Message { struct
34 explicit Message(uint32_t what);
35 Message(uint32_t what, int32_t arg1);
36 Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3);
37 Message(uint32_t what, int32_t arg1, int32_t arg2, const std::string &obj);
38 Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj);
39 Message(uint32_t what, std::shared_ptr<void> obj2);
40 Message(uint32_t what, std::shared_ptr<void> obj2, std::shared_ptr<void> obj3);
41 Message(uint32_t what, void* voidPtr);
42 Message(uint32_t what, int32_t arg1, void* voidPtr);
43 ~Message();
62 std::shared_ptr<Message> ReceiveMsg(); argument
63 bool SendMsg(std::shared_ptr<Message> msg);
70 std::queue<std::shared_ptr<Message>> queue_;