SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
Buffer.h File Reference

Buffer class for dynamic byte storage and manipulation. More...

#include <vector>
#include <cstdint>
#include <memory>
Include dependency graph for Buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  swt::Buffer
 Dynamic byte buffer for data storage and manipulation. More...
 

Namespaces

namespace  swt
 Software Timer namespace containing all timer-related classes.
 

Detailed Description

Buffer class for dynamic byte storage and manipulation.

Author
Tran Anh Tai
Date
9/2025
Version
1.0.0

Definition in file Buffer.h.