Understands whitespacey things about source code character streams.
Whitespace characters that are significant in define statements ISO/IEC 14882:1998(E) 16-2 only ‘ ‘ and ‘t’ as ws
Number of whitespace characters
Whitespace newline
Whitespace characters
A class that does whitespacey type things in accordance with ISO/IEC 9899:1999(E) Section 6 and ISO/IEC 14882:1998(E).
Returns True if any leading whitespace, False if zero length or starts with non-whitespace.
“Return True if theCharS is zero length or only has allowable whitespace for preprocesing macros.
ISO/IEC 14882:1998(E) 16-2 only ‘ ‘ and ‘ ‘ as whitespace.
Returns True if the supplied string is all whitespace.
Returns True if whitespace leads theChars and that whitespace contains a newline.
Returns True if theChars ends with a newline. i.e. this immediately precedes a new line.
Returns the length of non-whitespace characters that are in theBuf from position theOfs.
Returns the length of whitespace characters that are in theBuf from position theOfs.