* Retrieve the number of bytes encoded in the internal buffer * * \return * Number of bytes encoded in the internal buffer */
| 444 | * Number of bytes encoded in the internal buffer |
| 445 | */ |
| 446 | size_t |
| 447 | Log::Encoder::getEncodedBytes() { |
| 448 | return writePos - backing_buffer; |
| 449 | } |
| 450 | |
| 451 | /** |
| 452 | * Releases the internal buffer and replaces it with a different one. |
no outgoing calls