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