row_col Struct Reference

A pair of integers representing a row and a column. More...

#include <cursorwindow.h>

List of all members.

Public Member Functions

bool operator== (row_col const &r)
 compare to equal
 row_col ()
 default constructor
 row_col (int row, int col)
 construct a cursor position object

Public Attributes

int col_
int row_

Detailed Description

A pair of integers representing a row and a column.

Definition at line 195 of file cursorwindow.h.


Constructor & Destructor Documentation

row_col ( int  row,
int  col 
)

construct a cursor position object

Definition at line 203 of file cursorwindow.h.

row_col (  ) 

default constructor

Definition at line 209 of file cursorwindow.h.


Member Function Documentation

bool operator== ( row_col const &  r  ) 

compare to equal

Definition at line 215 of file cursorwindow.h.


Member Data Documentation

int col_

Definition at line 201 of file cursorwindow.h.

int row_

Definition at line 200 of file cursorwindow.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:53:51 2012 for CXXUtilities by  doxygen 1.6.3