#include "itextstream.h"
#include <algorithm>
#include <vector>
#include <string>
Go to the source code of this file.
Data Structures | |
class | BufferOutputStream |
class | BufferInputStream |
Defines | |
#define | INCLUDED_STREAM_MEMSTREAM_H |
Functions | |
template<typename T > | |
BufferOutputStream & | operator<< (BufferOutputStream &ostream, const T &t) |
#define INCLUDED_STREAM_MEMSTREAM_H |
Definition at line 23 of file memstream.h.
BufferOutputStream& operator<< | ( | BufferOutputStream & | ostream, | |
const T & | t | |||
) | [inline] |
Definition at line 50 of file memstream.h.
References ostream_write().