libcopp 2.3.1
|
#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 153 of file shell_font.h.
typedef std::ostream util::cli::shell_stream::stream_t |
Definition at line 155 of file shell_font.h.
util::cli::shell_stream::shell_stream | ( | stream_t & | stream = std::cout | ) |
Definition at line 423 of file shell_font.cpp.
shell_stream::shell_stream_opr util::cli::shell_stream::operator() | ( | ) | const |
Definition at line 425 of file shell_font.cpp.
References m_pOs.
|
private |
Definition at line 206 of file shell_font.h.
Referenced by operator()().