libfilezilla
Classes | Namespaces
buffer.hpp File Reference

Declares fz::buffer. More...

#include "libfilezilla.hpp"
#include <vector>
#include <type_traits>
Include dependency graph for buffer.hpp:
This graph shows which files directly or indirectly include this file:

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.