| 83 | |
| 84 | template <typename T = void *> |
| 85 | const T head_data(uint16_t offset = 0) const { |
| 86 | return reinterpret_cast<T>(static_cast<char *>(buf_addr_) + data_off_ + |
| 87 | offset); |
| 88 | } |
| 89 | |
| 90 | template <typename T = void *> |
| 91 | T head_data(uint16_t offset = 0) { |
no outgoing calls