#include <pthread.h>
#include <sys/types.h>
#include <string>
#include <vector>
#include "connector.h"
Go to the source code of this file.
Classes | |
class | CircBuffer< _Tp > |
A (circular) in-memory buffer. More... | |
class | History |
A Connector that simulates a connection to an in-memory buffer of recent lines of data. More... |
This is a subclass of Connector, and used to be a receiver of data from a Connection. It will also need to handle messages asking for some or all of its contents, which it always has in-memory in a circular buffer.
Definition in file history.h.