angel
mercurial changeset:
|
#include <angel_io.hpp>
Public Member Functions | |
string_stream_output_t (std::ostream &s) | |
void | operator() (const std::string &str) |
void | operator() (const std::ostringstream &sstr) |
Protected Attributes | |
ostream & | mystream |
Friends | |
template<class Value_t > | |
string_stream_output_t & | operator<< (string_stream_output_t &, const Value_t &) |
Definition at line 495 of file angel_io.hpp.
angel::string_stream_output_t::string_stream_output_t | ( | std::ostream & | s | ) | [inline] |
Definition at line 499 of file angel_io.hpp.
void angel::string_stream_output_t::operator() | ( | const std::string & | str | ) | [inline] |
Reimplemented from angel::no_output_t.
Definition at line 500 of file angel_io.hpp.
References mystream.
void angel::string_stream_output_t::operator() | ( | const std::ostringstream & | sstr | ) | [inline] |
Reimplemented from angel::no_output_t.
Definition at line 502 of file angel_io.hpp.
References mystream.
string_stream_output_t& operator<< | ( | string_stream_output_t & | out, |
const Value_t & | value | ||
) | [friend] |
Definition at line 510 of file angel_io.hpp.
ostream& angel::string_stream_output_t::mystream [protected] |
Definition at line 497 of file angel_io.hpp.
Referenced by operator()(), angel::operator<<(), angel::stream_output_t::write_graph(), and angel::vis_display_output_t::write_graph().