#include <cpp-terminal/cursor.hpp>
Definition at line 19 of file cursor.hpp.
◆ Cursor() [1/2]
◆ Cursor() [2/2]
Term::Cursor::Cursor |
( |
const std::size_t & | row, |
|
|
const std::size_t & | column ) |
Definition at line 12 of file cursor.cpp.
std::size_t column() const
std::pair< std::size_t, std::size_t > m_position
◆ column()
std::size_t Term::Cursor::column |
( |
| ) |
const |
◆ empty()
bool Term::Cursor::empty |
( |
| ) |
const |
◆ operator!=()
bool Term::Cursor::operator!= |
( |
const Term::Cursor & | cursor | ) |
const |
Definition at line 26 of file cursor.cpp.
26{ return !(*this == cursor); }
◆ operator==()
bool Term::Cursor::operator== |
( |
const Term::Cursor & | cursor | ) |
const |
◆ row()
std::size_t Term::Cursor::row |
( |
| ) |
const |
◆ setColum()
void Term::Cursor::setColum |
( |
const std::size_t & | column | ) |
|
◆ setRow()
void Term::Cursor::setRow |
( |
const std::size_t & | row | ) |
|
◆ m_position
std::pair<std::size_t, std::size_t> Term::Cursor::m_position |
|
private |
The documentation for this class was generated from the following files: