#include <cpp-terminal/cursor.hpp>
Definition at line 19 of file cursor.hpp.
◆ Cursor() [1/2]
◆ Cursor() [2/2]
Term::Cursor::Cursor |
( |
const Position & | position | ) |
|
|
explicit |
◆ column()
std::size_t Term::Cursor::column |
( |
| ) |
const |
Definition at line 16 of file cursor.cpp.
const Column & column() const noexcept
◆ empty()
bool Term::Cursor::empty |
( |
| ) |
const |
Definition at line 18 of file cursor.cpp.
const Row & row() const noexcept
◆ operator!=()
bool Term::Cursor::operator!= |
( |
const Term::Cursor & | cursor | ) |
const |
Definition at line 22 of file cursor.cpp.
22{ return !(*this == cursor); }
◆ operator==()
bool Term::Cursor::operator== |
( |
const Term::Cursor & | cursor | ) |
const |
Definition at line 20 of file cursor.cpp.
std::size_t column() const
◆ row()
std::size_t Term::Cursor::row |
( |
| ) |
const |
◆ m_position
The documentation for this class was generated from the following files: