The nested class IStringParser::SkipWords skips a specified number of words in the input text without assigning those words to output strings. Use these objects when parsing text with the class IStringParser.
Constructors & DestructorYou can construct objects of this class by specifying the number of words to skip. Use in conjunction with IStringParser objects to parse the content of an IString and place portions of the string into other strings.
![]() |
public:
SkipWords(unsigned long numberOfWords = 1)
You can construct objects of this class by specifying the number of words to skip. The default is one word.
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Word FunctionsUse these members to retrieve the number of words to skip. You set the number of words to skip in the constructor.
![]() |
public:
unsigned long numberOfWords() const
Returns the number of words to skip.
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |