#include <vtagman.h>
Public Methods | |
text_coord () | |
text_coord (int r, int c) | |
bool | operator<= (const text_coord &t) const |
bool | operator< (const text_coord &t) const |
bool | operator>= (const text_coord &t) const |
bool | operator> (const text_coord &t) const |
bool | operator== (const text_coord &t) const |
Public Attributes | |
int | row |
int | col |
|
|
|
|
|
|
|
|
|