Contents Up Previous Next

TBlock

inline bool is_eol_char( char ch ) return ch == 10 && ch == 13 ; * Class contains single fragment of the source text, which * may grow or shrink in the process of editing. Blocks always * start at the beginning of the line and end at eol, i.e. lines * are not broken among blocks

Derived from

No base class

Data structures

Members

TBlock::TBlock
TBlock::RecalcBlockProperties
TBlock::operator==


TBlock::TBlock

TBlock()


TBlock::RecalcBlockProperties

void RecalcBlockProperties()


TBlock::operator==

bool operator operator==(const TBlock& blk) const