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);
WvStringMask(WvStringParm s=WvString::null)
Create a WvStringMask out of a WvString.
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.
void zap()
Clear the WvStringMask, so that all lookups return false.
const char first() const
Get the first character set into the mask.