libcopp  2.2.0
Data Structures | Public Types | Public Member Functions | Private Attributes
util::cli::shell_stream Class Reference

#include <shell_font.h>

Collaboration diagram for util::cli::shell_stream:
Collaboration graph

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_tm_pOs
 

Detailed Description

Definition at line 139 of file shell_font.h.

Member Typedef Documentation

◆ stream_t

typedef std::ostream util::cli::shell_stream::stream_t

Definition at line 141 of file shell_font.h.

Constructor & Destructor Documentation

◆ shell_stream()

util::cli::shell_stream::shell_stream ( stream_t stream = std::cout)

Definition at line 425 of file shell_font.cpp.

Member Function Documentation

◆ operator()()

shell_stream::shell_stream_opr util::cli::shell_stream::operator() ( ) const

Definition at line 427 of file shell_font.cpp.

References m_pOs.

Field Documentation

◆ m_pOs

stream_t* util::cli::shell_stream::m_pOs
private

Definition at line 192 of file shell_font.h.

Referenced by operator()().


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