#include <subText.h>
Collaboration diagram for subText:

Data Fields | |
| subText * | next |
| char * | in |
| char * | out |
| int | inSize |
| int | outSize |
Definition at line 9 of file subText.h.
struct subText* subText::next [read] |
| char* subText::in |
Definition at line 14 of file subText.h.
Referenced by firstInList(), subTextFree(), and subTextNew().
| char* subText::out |
Definition at line 15 of file subText.h.
Referenced by doSub(), subTextFree(), subTextNew(), and subTextString().
| int subText::inSize |
Definition at line 16 of file subText.h.
Referenced by doSub(), firstInList(), subTextNew(), and subTextSizeAfter().
| int subText::outSize |
Definition at line 17 of file subText.h.
Referenced by doSub(), subTextNew(), and subTextSizeAfter().
1.5.2