class csCBufferLine A line in the CBuffer
A line in the CBuffer. Spans are allocated on an as-needed base. But they are not freed. Instead, unused spans are put in the first_unused list (in csCBuffer). The size of this list will always be equal to the maximum number of spans once used on screen.
csCBufferSpan* last_span
csCBuffer* parent
csCBufferLine()
~csCBufferLine()
void SetParent(csCBuffer* par)
void Initialize(int startx, int endx)
bool IsFull()
void MakeFull()
bool TestSpan(int startx, int endx)
bool InsertSpan(int startx, int endx)
bool TestSingle(int x)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de