#include "dashel.h"
#include <cstring>
#include <cstdlib>
#include <sstream>
#include <vector>
#include <cassert>
Go to the source code of this file.
Classes | |
class | Dashel::ExpandableBuffer |
A simple buffer that can expand when data is added (like std::vector), but that can also return a pointer to the underlying data (like std::valarray). More... | |
class | Dashel::MemoryPacketStream |
The system-neutral part of packet stream that implement the actual memory buffers. More... | |
Namespaces | |
namespace | Dashel |
Dashel, a cross-platform stream abstraction library. |