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()
void RecalcBlockProperties()
bool operator operator==(const TBlock& blk) const