Added class DrivenEngine (no implementation yet)

This commit is contained in:
2021-09-30 13:37:50 -04:00
parent 6490db43fc
commit 73f6e8692a
5 changed files with 348 additions and 0 deletions

View File

@@ -259,6 +259,9 @@ public:
// Amount of data inside the buffer.
int64_t fill() const;
// Get a pointer to the data.
const char *data() const;
// Discard all data. Reset total read and write counts.
// Frees up as much space as possible.
void clear();