![]() |
libfilezilla
|
Declares fz::buffer. More...
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 | |
namespace | fz |
The namespace used by libfilezilla. |
Functions | |
void | wipe (buffer &b) |
void | wipe_unused (buffer &b) |
Declares fz::buffer.