\brief Return a pointer to the buffer's data
| 102 | |
| 103 | /// \brief Return a pointer to the buffer's data |
| 104 | FORY_ALWAYS_INLINE uint8_t *data() const { return data_; } |
| 105 | |
| 106 | /// \brief Return the buffer's size in bytes |
| 107 | FORY_ALWAYS_INLINE uint32_t size() const { return size_; } |
no outgoing calls