#include <cpp-terminal/stream.hpp>
Definition at line 41 of file stream.hpp.
◆ TOstream() [1/3]
◆ ~TOstream()
Term::TOstream::~TOstream |
( |
| ) |
|
◆ TOstream() [2/3]
Term::TOstream::TOstream |
( |
const TOstream & | | ) |
|
|
delete |
◆ TOstream() [3/3]
Term::TOstream::TOstream |
( |
TOstream && | | ) |
|
|
delete |
◆ operator<<() [1/2]
template<typename T >
TOstream & Term::TOstream::operator<< |
( |
const T & | t | ) |
|
|
inline |
Definition at line 50 of file stream.hpp.
51 {
53 return *this;
54 }
◆ operator<<() [2/2]
TOstream & Term::TOstream::operator<< |
( |
std::ostream &(* | t )(std::ostream &) | ) |
|
|
inline |
Definition at line 55 of file stream.hpp.
56 {
58 return *this;
59 }
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_buffer
◆ m_stream
std::ostream Term::TOstream::m_stream |
|
private |
The documentation for this class was generated from the following files: