Data Structures | Namespaces | Typedefs

TsBuffer.h File Reference

Definitions for a buffer type, to carry a reference to a chunk of memory. More...

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

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

Detailed Description

Definitions for a buffer type, to carry a reference to a chunk of memory.

Definition in file TsBuffer.h.


Typedef Documentation

Definition at line 398 of file TsBuffer.h.

Definition at line 399 of file TsBuffer.h.