|
virtual const void * | get_data () const override |
|
virtual void * | get_data () override |
|
virtual const char * | get_login () const |
|
virtual identifier_t | get_roomid () const |
|
virtual uint32_t | get_length_data () const override |
|
virtual const void * | get_header () const override |
|
virtual void * | get_header () override |
|
virtual uint16_t | get_protocol_version () const override |
|
virtual TypeCommand | get_type () const override |
|
virtual TypeCommand | get_type_data () const override |
|
virtual DateTime | get_datetime () const override |
|
|
char | __data [LengthResponse] |
|
char | header [Block::Header] |
|
|
static constexpr auto | LengthResponse = Block::LoginName + Block::RoomId + Block::TextMessage |
|
virtual identifier_t TransportResponse::get_roomid |
( |
| ) |
const |
|
inlinevirtual |
- Note
- replace -> *(identifier_t *)(__data+offset); Misaligned Integer Pointer Assignment in C The compiler can often safely optimize calls to memcpy, even if the arguments are unaligned.
The documentation for this class was generated from the following file: