Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

text_coord Struct Reference

#include <vtagman.h>

List of all members.

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


Detailed Description


Constructor & Destructor Documentation

text_coord::text_coord () [inline]

text_coord::text_coord ( int r,
int c) [inline]


Member Function Documentation

bool text_coord::operator< ( const text_coord & t) const [inline]

bool text_coord::operator<= ( const text_coord & t) const [inline]

bool text_coord::operator== ( const text_coord & t) const [inline]

bool text_coord::operator> ( const text_coord & t) const [inline]

bool text_coord::operator>= ( const text_coord & t) const [inline]


Member Data Documentation

int text_coord::col

int text_coord::row


The documentation for this struct was generated from the following file:
Generated at Mon Jul 31 13:44:45 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000