|
highlighter application
1.1
HCE project utils : highlighter
|
#include <BitsetBase.hpp>

Public Member Functions | |
| BitsetBase () | |
| virtual | ~BitsetBase ()=0 |
| virtual const unsigned long | getMask () const |
| virtual void | setMask (const unsigned short &mask) |
Protected Attributes | |
| std::bitset< N > | _bitset |
Definition at line 18 of file BitsetBase.hpp.
|
inline |
Definition at line 23 of file BitsetBase.hpp.
|
pure virtual |
Definition at line 31 of file BitsetBase.hpp.
|
inlinevirtual |
|
inlinevirtual |
|
protected |
Definition at line 21 of file BitsetBase.hpp.