|
C++ Utilities
5.10.3
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The TerminalSize struct describes a terminal size. More...
#include <commandlineutils.h>
Public Member Functions | |
| TerminalSize (unsigned short rows=0, unsigned short columns=0, unsigned short width=0, unsigned short height=0) | |
Public Attributes | |
| unsigned short | rows |
| number of rows More... | |
| unsigned short | columns |
| number of columns More... | |
| unsigned short | width |
| width in pixel More... | |
| unsigned short | height |
| height in pixel More... | |
The TerminalSize struct describes a terminal size.
sys/ioctl.h. Definition at line 40 of file commandlineutils.h.
|
inline |
Definition at line 53 of file commandlineutils.h.
| unsigned short CppUtilities::TerminalSize::columns |
number of columns
Definition at line 46 of file commandlineutils.h.
| unsigned short CppUtilities::TerminalSize::height |
height in pixel
Definition at line 50 of file commandlineutils.h.
| unsigned short CppUtilities::TerminalSize::rows |
number of rows
Definition at line 44 of file commandlineutils.h.
| unsigned short CppUtilities::TerminalSize::width |
width in pixel
Definition at line 48 of file commandlineutils.h.