0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::TermInfo Struct Reference

A structure to retrieve terminal information (lines, columns etc) More...

#include <SystemInfo.h>

Collaboration diagram for Hypertable::TermInfo:
Collaboration graph
[legend]

Public Member Functions

TermInfoinit ()
 
bool operator== (const TermInfo &other) const
 
bool operator!= (const TermInfo &other) const
 

Public Attributes

String term
 
int num_lines
 
int num_cols
 

Detailed Description

A structure to retrieve terminal information (lines, columns etc)

Definition at line 325 of file SystemInfo.h.

Member Function Documentation

TermInfo & Hypertable::TermInfo::init ( )

Definition at line 799 of file SystemInfo.cc.

bool Hypertable::TermInfo::operator!= ( const TermInfo other) const
inline

Definition at line 328 of file SystemInfo.h.

bool TermInfo::operator== ( const TermInfo other) const

Definition at line 199 of file SystemInfo.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: