#include <stilscanstring.h>
Public Member Functions | |
STILScanString () | |
STILScanString (const STILScanString &) | |
~STILScanString () | |
STILScanString & | operator= (const STILScanString &) |
char | operator[] (LONG) const |
char & | operator[] (LONG) |
void | init () |
void | setScanType (STILScanType st) |
STILScanType | getScanType () const |
LONG | getCount () const |
void | addWFC (char wfc) |
void | padFront (LONG n, char wfc) |
void | padBack (LONG n, char wfc) |
LONG | getCurrentShiftPos () const |
void | moveToNextShiftPos () |
void | setNumPreShiftVecs (LONG n) |
LONG | getNumPreShiftVecs () const |
void | setNumPostShiftVecs (LONG n) |
LONG | getNumPostShiftVecs () const |
|
Default constructor.
|
|
Construct a STILScanString object from another ScanString obj.
|
|
Destructor.
|
|
Add a WFC to the end of this scan.
|
|
Get the count of WFCs in this scan.
|
|
|
|
Get the number of states to be applied after scan shifting.
|
|
Get the number of states to be applied before scan shifting.
|
|
|
|
Initialize this STILScanString object.
|
|
|
|
Equals operator.
|
|
Index into the scan sstring to modify an element.
|
|
|
|
Pad the back of this scan sstring with n events.
|
|
Pad the front of this scan sstring with n events.
|
|
Set the number of states to be applied after scan shifting.
|
|
Set the number of states to be applied before scan shifting.
|
|
|