CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
buffer.h
Go to the documentation of this file.
1#pragma once
2
4#include <cx/buffer/bufpool.h>
5#include <cx/buffer/bufring.h>
6
9
21
23// end of buffer group
Buffer chain implementation for efficient streaming I/O.
Thread-safe pool of fixed-size buffers.
Ring buffer implementation for efficient streaming I/O.