#include "String.h"#include <streambuf>#include <istream>#include <ostream>

Go to the source code of this file.
Classes | |
| class | Hypertable::FixedStreamBuf |
| A simple streambuf with fixed size buffer Convenient for limitting size of output; faster than ostringstream and friends, which require heap allocations. More... | |
| class | Hypertable::FixedOstream |
| Output stream using a fixed buffer. More... | |
| class | Hypertable::FixedIstream |
| Input stream using a fixed buffer. More... | |
Namespaces | |
| namespace | Hypertable |
Copyright (C) 2009 Doug Judd (Zvents, Inc.) | |
1.7.2