|
Wire Sysio Wire Sysion 1.0.0
|

Public Types | |
| typedef websocketpp::lib::shared_ptr< stub > | ptr |
| typedef con_msg_manager< stub > | con_msg_man_type |
| typedef con_msg_man_type::ptr | con_msg_man_ptr |
| typedef con_msg_man_type::weak_ptr | con_msg_man_weak_ptr |
| typedef websocketpp::lib::weak_ptr< stub > | weak_ptr |
Public Member Functions | |
| stub (con_msg_man_ptr manager, websocketpp::frame::opcode::value op, size_t size=128) | |
| bool | recycle () |
| stub () | |
| bool | recycle (message *) |
Public Attributes | |
| websocketpp::frame::opcode::value | m_opcode |
| con_msg_man_weak_ptr | m_manager |
| size_t | m_size |
| bool | recycled |
| con_msg_man_type::ptr stub< con_msg_manager >::con_msg_man_ptr |
| con_msg_man_type::weak_ptr stub< con_msg_manager >::con_msg_man_weak_ptr |
Definition at line 38 of file message.cpp.
|
inline |
Definition at line 41 of file message.cpp.
|
inline |
Definition at line 43 of file message.cpp.
| con_msg_man_weak_ptr stub< con_msg_manager >::m_manager |
| websocketpp::frame::opcode::value stub< con_msg_manager >::m_opcode |
Definition at line 48 of file message.cpp.