10 #ifndef __WVSTRINGMASK_H
11 #define __WVSTRINGMASK_H
36 const char first()
const;
46 void set(
const char c,
bool value);
58 #endif // __WVSTRINGMASK_H
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
void set(const char c, bool value)
Set a character 'c' to a particular truth value.
bool operator[](const char c) const
Look up a character.
A class used to provide a masked lookup for characters in a string.
const char first() const
Get the first character set into the mask.
WvStringMask(WvStringParm s=WvString::null)
Create a WvStringMask out of a WvString.
void zap()
Clear the WvStringMask, so that all lookups return false.