This is the complete list of members for
realm::protocolv1::UserJoinedPacket, including all inherited members.
complete(const char *buf, size_t size) | realm::protocolv1::PayloadPacket | [virtual] |
construct(uint8_t type) | realm::protocolv1::Packet | [static] |
getConnectionId() const | realm::protocolv1::UserJoinedPacket | [inline] |
getPayloadSize() const | realm::protocolv1::PayloadPacket | [inline] |
getUserInfo() const | realm::protocolv1::UserJoinedPacket | [inline] |
isMaster() const | realm::protocolv1::UserJoinedPacket | [inline] |
m_connection_id | realm::protocolv1::UserJoinedPacket | [private] |
m_master | realm::protocolv1::UserJoinedPacket | [private] |
m_userinfo | realm::protocolv1::UserJoinedPacket | [private] |
Packet(uint8_t type) | realm::protocolv1::Packet | [protected] |
parse(const char *buf, size_t size) | realm::protocolv1::UserJoinedPacket | [virtual] |
PayloadPacket(uint8_t t, uint32_t min_payload_size, uint32_t payload_size) | realm::protocolv1::PayloadPacket | [inline, protected] |
PayloadPacket(uint8_t t, uint32_t min_payload_size) | realm::protocolv1::PayloadPacket | [inline, protected] |
s_body_size(unsigned char type) | realm::protocolv1::Packet | [static] |
s_valid(unsigned char type) | realm::protocolv1::Packet | [static] |
type() const | realm::protocolv1::Packet | [inline] |
UserJoinedPacket() | realm::protocolv1::UserJoinedPacket | |
UserJoinedPacket(uint8_t connection_id, bool master, boost::shared_ptr< std::string > userinfo) | realm::protocolv1::UserJoinedPacket | |
~Packet() | realm::protocolv1::Packet | [inline, virtual] |