BACKSET
state &= ~BACKSET;
inline bool IsBackSet() const { return (state & BACKSET) == BACKSET; }
state |= BACKSET;