eco_strstream.h File Reference

An EcoLab string stream class. More...

#include <stdio.h>
#include <iostream>
#include <sstream>
#include <typeinfo>
#include "error.h"
#include "classdesc.h"
Include dependency graph for eco_strstream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecolab::eco_strstream
 An EcoLab string stream class. More...
 

Namespaces

 ecolab
 _OPENMP
 

Functions

template<class T , class charT , class Traits >
std::basic_ostream< charT, Traits > & ecolab::operator<< (std::basic_ostream< charT, Traits > &o, const T &x)
 
std::ostream & ecolab::operator<< (std::ostream &x, const eco_strstream &y)
 

Detailed Description

An EcoLab string stream class.