ncmpc
0.30
|
#include <Size.hxx>
Public Member Functions | |
constexpr bool | operator== (Size other) const |
constexpr bool | operator!= (Size other) const |
constexpr Size | operator+ (Size other) const |
constexpr Size | operator- (Size other) const |
Data Fields | |
unsigned | width |
unsigned | height |
Dimensions of a curses screen/window in cells.
|
inline |
|
inline |
unsigned Size::width |
unsigned Size::height |