libfilezilla
Classes | Namespaces
buffer.hpp File Reference

Declares fz::buffer. More...

#include "libfilezilla.hpp"
Include dependency graph for buffer.hpp:

Go to the source code of this file.

Classes

class  buffer
 The buffer class is a simple buffer where data can be appended at the end and consumed at the front. Think of it as a deque with contiguous storage. More...
 

Namespaces

 fz
 The namespace used by libfilezilla.
 

Detailed Description

Declares fz::buffer.