Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
tm_ostream_rep Class Reference

#include <tm_ostream.hpp>

Inheritance diagram for tm_ostream_rep:
Inheritance graph
[legend]
Collaboration diagram for tm_ostream_rep:
Collaboration graph
[legend]

Public Member Functions

 tm_ostream_rep ()
 
virtual ~tm_ostream_rep ()
 
virtual bool is_writable () const
 
virtual void write (const char *)
 
virtual void flush ()
 
virtual void clear ()
 

Public Attributes

int ref_count
 

Friends

class tm_ostream
 

Detailed Description

Definition at line 20 of file tm_ostream.hpp.

Constructor & Destructor Documentation

◆ tm_ostream_rep()

tm_ostream_rep::tm_ostream_rep ( )

Definition at line 24 of file tm_ostream.cpp.

24: ref_count (0) {}

◆ ~tm_ostream_rep()

tm_ostream_rep::~tm_ostream_rep ( )
virtual

Definition at line 25 of file tm_ostream.cpp.

25{}

Member Function Documentation

◆ is_writable()

bool tm_ostream_rep::is_writable ( ) const
virtual

Reimplemented in std_ostream_rep, and buffered_ostream_rep.

Definition at line 31 of file tm_ostream.cpp.

31 {
32 return false;
33}

◆ write()

void tm_ostream_rep::write ( const char * )
virtual

Reimplemented in std_ostream_rep, and buffered_ostream_rep.

Definition at line 35 of file tm_ostream.cpp.

35{}

◆ flush()

void tm_ostream_rep::flush ( )
virtual

Reimplemented in std_ostream_rep.

Definition at line 27 of file tm_ostream.cpp.

27{}

◆ clear()

void tm_ostream_rep::clear ( )
virtual

Definition at line 29 of file tm_ostream.cpp.

29{}

Friends And Related Symbol Documentation

◆ tm_ostream

Definition at line 33 of file tm_ostream.hpp.

Member Data Documentation

◆ ref_count

int tm_ostream_rep::ref_count

Definition at line 22 of file tm_ostream.hpp.


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