#include <set>
#include <stdexcept>
#include <string>
#include <vector>
#include "Common.h"
Include dependency graph for Buffer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Arxx |
Classes | |
class | Arxx::Buffer |
The core class of the Buffer. More... | |
class | Arxx::Buffer::Marker |
A marked position in a buffer, changing with content changes. More... | |
Functions | |
std::ostream & | Arxx::operator<< (std::ostream &OStream, const Arxx::Buffer &Buffer) |
An output operator for std::ostream which uses the Buffers::Buffer::Ouput function. |