0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
FixedStream.h File Reference

Fixed size string buffers. More...

#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. More...
 
class  Hypertable::FixedOstream
 Output stream using a fixed buffer. More...
 
class  Hypertable::FixedIstream
 Input stream using a fixed buffer. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Detailed Description

Fixed size string buffers.

A stringstream, istringstream, ostringstream backed by a fixed size string buffer.

Definition in file FixedStream.h.