Definitions for a buffer type, to carry a reference to a chunk of memory. More...
#include <unistd.h>
#include <memory.h>
Go to the source code of this file.
Data Structures | |
struct | ts::Buffer |
A chunk of writable memory. More... | |
struct | ts::ConstBuffer |
A chunk of read only memory. More... | |
Namespaces | |
namespace | ts |
Apache Traffic Server commons. | |
Typedefs | |
typedef ts::Buffer | TsBuffer |
typedef ts::ConstBuffer | TsConstBuffer |
Definitions for a buffer type, to carry a reference to a chunk of memory.
Definition in file TsBuffer.h.
typedef ts::Buffer TsBuffer |
Definition at line 398 of file TsBuffer.h.
typedef ts::ConstBuffer TsConstBuffer |
Definition at line 399 of file TsBuffer.h.