|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
///////////////////////////////////////////////////////
Variables:
- TextCursorC start;
-
- TextCursorC end;
-
Methods:
- TextFragmentC()
-
Default constructor.
- TextFragmentC(const TextCursorC & nstart,const TextCursorC & nend)
-
Constructor.
- TextCursorC & Start()
-
Start of fragment.
- TextCursorC & End()
-
End of fragment.
- BooleanT Append(const StringC & text)
-
Append text to the end of the fragment.
- BooleanT Remove()
-
Remove this fragment from the buffer.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|