24 #ifndef __OVERLAYKEY_H_
25 #define __OVERLAYKEY_H_
80 OverlayKey(
const unsigned char* buffer, uint32_t size);
85 OverlayKey(
const std::string& str, uint32_t base = 16 );
112 std::string
toString( uint32_t base = 16 )
const;
331 uint32_t
getBitRange(uint32_t p, uint32_t n)
const;
380 uint32_t bitsPerDigit = 1)
const;
532 :
bit(value), pos(pos), key(key)
536 inline operator bool()