Protected
bitsThe bits that are set
Protected
Static
MAXBITThe largest bit available
Protected
Static
namesThe map of names to bit positions
Protected
Static
nextThe next bit to be allocated
The name of the bit position to clear
Protected
getThe name whose bit position is needed (error if not defined)
The position of the named bit
The name of the bit to check if set
True if the named bit is set
Clear all bits
The name of the bit position to set
Static
allocateThe names of the bit positions to reserve
Static
hasThe name of the bit to check for being defined
True if the named bit is already allocated
File
Implements bit-fields with extendable field names
Author
dpvc@mathjax.org (Davide Cervone)