A structure to retrieve terminal information (lines, columns etc) More...
#include <SystemInfo.h>

Public Member Functions | |
| TermInfo & | init () |
| bool | operator== (const TermInfo &other) const |
| bool | operator!= (const TermInfo &other) const |
Public Attributes | |
| String | term |
| int | num_lines |
| int | num_cols |
A structure to retrieve terminal information (lines, columns etc)
Definition at line 325 of file SystemInfo.h.
| TermInfo & Hypertable::TermInfo::init | ( | ) |
Definition at line 799 of file SystemInfo.cc.
|
inline |
Definition at line 328 of file SystemInfo.h.
| bool TermInfo::operator== | ( | const TermInfo & | other | ) | const |
Definition at line 199 of file SystemInfo.cc.
| int Hypertable::TermInfo::num_cols |
Definition at line 334 of file SystemInfo.h.
| int Hypertable::TermInfo::num_lines |
Definition at line 333 of file SystemInfo.h.
| String Hypertable::TermInfo::term |
Definition at line 332 of file SystemInfo.h.
1.8.8