libcopp
2.2.0
|
#include <shell_font.h>
Data Structures | |
class | shell_stream_opr |
Public Types | |
typedef std::ostream | stream_t |
Public Member Functions | |
shell_stream (stream_t &stream=std::cout) | |
shell_stream_opr | operator() () const |
Private Attributes | |
stream_t * | m_pOs |
Definition at line 139 of file shell_font.h.
typedef std::ostream util::cli::shell_stream::stream_t |
Definition at line 141 of file shell_font.h.
util::cli::shell_stream::shell_stream | ( | stream_t & | stream = std::cout | ) |
Definition at line 425 of file shell_font.cpp.
shell_stream::shell_stream_opr util::cli::shell_stream::operator() | ( | ) | const |
Definition at line 427 of file shell_font.cpp.
References m_pOs.
|
private |
Definition at line 192 of file shell_font.h.
Referenced by operator()().