ecolab::tclreturn Class Reference

An RAII class for returning values to TCL. More...

#include <tcl++.h>

Inheritance diagram for ecolab::tclreturn:
Inheritance graph
Collaboration diagram for ecolab::tclreturn:
Collaboration graph

Additional Inherited Members

- Public Member Functions inherited from ecolab::eco_strstream
 eco_strstream (const eco_strstream &x)
 
 eco_strstream (const std::ostringstream &x)
 
string str () const
 
eco_strstreamoperator| (const char *const &x)
 
eco_strstreamoperator| (char *const &x)
 
template<class E >
classdesc::enable_if< is_enum< E >, eco_strstream & >::T operator| (E x)
 
template<class T >
classdesc::enable_if< And< Not< is_enum< T > >, Not< is_container< T > > >, eco_strstream & >::T operator| (const T &x)
 
template<class T >
eco_strstreamoperator<< (const T &x)
 
void clear ()
 

Detailed Description

An RAII class for returning values to TCL.


The documentation for this class was generated from the following file: