#include <cpp-terminal/screen.hpp>
Definition at line 19 of file screen.hpp.
◆ Screen() [1/2]
◆ Screen() [2/2]
Term::Screen::Screen |
( |
const Size & | size | ) |
|
|
explicit |
◆ columns()
Definition at line 16 of file screen.cpp.
const Columns & columns() const noexcept
◆ empty()
bool Term::Screen::empty |
( |
| ) |
const |
Definition at line 18 of file screen.cpp.
const Rows & rows() const noexcept
◆ operator!=()
bool Term::Screen::operator!= |
( |
const Term::Screen & | screen | ) |
const |
Definition at line 34 of file screen.cpp.
34{ return !(*this == screen); }
◆ operator==()
bool Term::Screen::operator== |
( |
const Term::Screen & | screen | ) |
const |
Definition at line 32 of file screen.cpp.
const Columns & columns() const noexcept
const Rows & rows() const noexcept
◆ rows()
◆ m_size
Size Term::Screen::m_size |
|
private |
The documentation for this class was generated from the following files: