SECEditLineCol Class

class SECEditLineCol

SECEditLineCol defines a line and column offset into a text buffer.

Defined in: SECEditLineCol.h

Class Members

Construction

 SECEditLineCol()

Default constructor.

 SECEditLineCol(int nLine, int nCol)

Initializing constructor.

Operations

BOOL  Adjust(const SECEditLineColPair& lcp, BOOL bAdding)

Adjust this line/col based on the SECEditLineColPair operation.

BOOL operator<(const SECEditLineCol& rhs) const

BOOL  operator>(const SECEditLineCol& rhs) const

BOOL  operator>=(const SECEditLineCol& rhs) const

BOOL operator<=(const SECEditLineCol& rhs) const

BOOL  operator==(const SECEditLineCol& rhs) const

BOOL  operator!=(const SECEditLineCol& rhs) const

BOOL operator<(const SECEditLineColPair& rhs) const

BOOL  operator>(const SECEditLineColPair& rhs) const

BOOL  operator>=(const SECEditLineColPair& rhs) const

BOOL operator<=(const SECEditLineColPair& rhs) const

BOOL  operator==(const SECEditLineColPair& rhs) const

BOOL  operator!=(const SECEditLineColPair& rhs) const

Public data members

int  line

The line element of the SECEditLineCol structure

int  col

The column element of the SECEditLineCol structire