A pair of 2 numbers, the base class for wpos and wsze.
More...
#include <position.h>
|
|
| wpair (int v=0) |
| | Set BOTH members to v
|
| |
|
| wpair (int a, int b) |
| |
|
| wpair (const wpair &Rhs) |
| |
|
bool | operator== (const wpair &Rhs) const |
| |
|
bool | operator!= (const wpair &Rhs) const |
| |
|
bool | operator> (const wpair &Rhs) const |
| |
|
bool | operator< (const wpair &Rhs) const |
| |
|
bool | operator>= (const wpair &Rhs) const |
| |
|
bool | operator<= (const wpair &Rhs) const |
| |
|
wpair | between (const wpair &Min, const wpair &Max) const |
| | a copy of this clamped between Min and Max
|
| |
|
|
std::ostream & | operator<< (std::ostream &str, const wpair &obj) |
| |
A pair of 2 numbers, the base class for wpos and wsze.
Definition at line 31 of file position.h.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/libyui-ncurses-2.57.2/src/position.h