#include <cpp-terminal/position.hpp>
Definition at line 40 of file position.hpp.
◆ Position() [1/3]
Term::Position::Position |
( |
| ) |
|
|
default |
◆ Position() [2/3]
Term::Position::Position |
( |
const Row & | row, |
|
|
const Column & | column ) |
|
inline |
Definition at line 44 of file position.hpp.
const Column & column() const noexcept
const Row & row() const noexcept
◆ Position() [3/3]
Term::Position::Position |
( |
const Column & | column, |
|
|
const Row & | row ) |
|
inline |
◆ column()
const Column & Term::Position::column |
( |
| ) |
const |
|
inlinenoexcept |
◆ row()
const Row & Term::Position::row |
( |
| ) |
const |
|
inlinenoexcept |
◆ m_column
Column Term::Position::m_column {1} |
|
private |
◆ m_row
Row Term::Position::m_row {1} |
|
private |
The documentation for this class was generated from the following file: