Classes | Namespaces

FixedStream.h File Reference

#include "String.h"
#include <streambuf>
#include <istream>
#include <ostream>
Include dependency graph for FixedStream.h:
This graph shows which files directly or indirectly include this file:

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.)