#include <position.h>
Inheritance diagram for wpos:
Public Member Functions | |
wpos (const int v=0) | |
wpos (const int l, const int c) | |
wpos (const wpair &Rhs) | |
wpos (const wpos &Rhs) | |
virtual | ~wpos () |
wpos & | operator= (const wpos &Rhs) |
wpos & | operator+= (const wpair &Rhs) |
wpos & | operator-= (const wpair &Rhs) |
wpos & | operator *= (const wpair &Rhs) |
wpos & | operator/= (const wpair &Rhs) |
wpos | operator+ (const wpair &Rhs) const |
wpos | operator- (const wpair &Rhs) const |
wpos | operator * (const wpair &Rhs) const |
wpos | operator/ (const wpair &Rhs) const |
Public Attributes | |
int & | L |
int & | C |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
Reimplemented from wpair. |
|
|
|
|
|
|